You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# begin := start a scoped environment
# end := end the scoped environment
#
# initially only in the root (i.e. no true scoping)
begin draw:
# commands only valid within the draw environment
move-cursor 100 200;
color #fff000;
cursor-down;
step 100 north;
rect <...>
quad <...>
end;
Playground:
Statement::Scope
?inspiration:
processing
The text was updated successfully, but these errors were encountered: