We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31119e1 commit 12928b3Copy full SHA for 12928b3
src/data/examples/en/00_Structure/03_Setup_and_Draw.js
@@ -2,7 +2,8 @@
2
* @name Setup and Draw
3
* @arialabel Animated horizontal white line on a black background that moves from the bottom to the top of the screen
4
* @description The code inside the draw() function runs continuously from top
5
- * to bottom until the program is stopped.
+ * to bottom until the program is stopped. The
6
+ * code in setup() is run once when the program starts.
7
*/
8
let y = 100;
9
0 commit comments