element ref
operations
times
times to the variable
do * to var
  • * / multiplication operator
  • var / variable name
fill orange

set size 10
rect 10 10 size size

do * 5 to size
fill rgba(0,255,0,0.3)
rect 10 10 size size


all rights reserved 2018 © - cssscript.org