| Declaring and Calling LOGO Procedures | ||||
|
A procedure is a set of commands that can be called (used) from the main program.
| ||
| Declaring a Procedure | ||
|
A procedure declaration creates a procedure.
| ||
| Calling a Procedure | ||
|
A procedure is called by using its name in a program.
|
Made by Mr S Haughton |