Page 3 - Class 4 Computer Synopsis (LOGO Procedure)
P. 3
You can make other figures using various primitives and you can give your own name to the procedures but
you have to keep some rules in mind before naming the Procedures
Rules for Naming Procedures in LOGO:
While writing a procedure name, we must keep certain points in our mind that are as follows:
• A procedure name can have numbers, symbols and alphabets. The first character of a procedure name
should always be an alphabet.
• A procedure name can neither have any blank space, nor any arithmetic operators.
• We should not use any Logo command as a procedure name.
• Procedures are kept in memory as part of a Logo workspace.