The Scratch Wiki is made by and for Scratchers. Do you want to contribute?
Learn more about joining as an editor!
See discussions in the Community Portal
< Scratch Wiki:Table of Contents
set [my variable v] to [0]
change [my variable v] by (1)
show variable [my variable v]
hide variable [my variable v]
(my variable)
add [thing] to [list v]
delete (1) of [list v]
delete all of [list v]
insert [thing] at (1) of [list v]
replace item (1) of [list v] with [thing]
show list [list v]
hide list [list v]
(list:: list)
item (1) of [list v]
item # of [thing] in [list v]
length of [list v]
<[list v] contains [thing]?>