function setup() { // Setup logic here } function draw() { // draw logic here console.log("helloworld"); }