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.
Page 7 of 10