Turtle and Observer Command

to procedureName

When you create a procedure, the first line of the procedure must be to procedureName where procedureName is a one-word title for your procedure. procedureName cannot be any command already recognized by StarLogo (this includes both built-in commands and the procedure names of other procedures you may already have written).
For example:
to go
fd 1
rt 90
end

Related commands:
end