🛠Returns the number of milliseconds since the program started.
milliseconds since the program started
await Canvas(200);q5.draw = function () { background(0.8); if (millis() > 2000) { text('Hello, world!', -90, 0); }}; Copy
await Canvas(200);q5.draw = function () { background(0.8); if (millis() > 2000) { text('Hello, world!', -90, 0); }};
🛠Returns the number of milliseconds since the program started.