element ref
structures
variable - set
defines a variable
set | variable-name | variable-value
  • variable-name / the name of the variable
  • variable-value / the value of the variable
set x 10
set y 10
set size_x 50
set size_y 60

fill rgb(100,100,100)
rect x y size_x size_y

all rights reserved 2018 © - cssscript.org