|
ProceduresA procedure has 3 parts:
In the example below, a procedure called “NestRep“ has been created. The main body of the procedure constitutes of the line: “REPEAT 8 [REPEAT 8 [ FD 50 RT 45 ] RT 45].
To run the procedure the procedure is invoked by its name “NestRep” Procedures allow the user to save his work on an EBS.
To save his work type:
SAVE “filename To load the file type:
LOAD “filename
| |||||||||||||||||