element ref
structures
loop
repeats instructions
loop | times, loops are ended by the next new line
  • times / the number of times to repeat
set x 10

loop 5
fill red
do + 20 to x
rect x x 50 50

all rights reserved 2018 © - cssscript.org