Package elan.instruction

Class Summary
Assignment Relates to an assignment-type instruction: x = 7
Command Relates to slogo commands.
If Relates to "IF"-type instructions,
Instruction  
Print  
Procedure Used in conjunction with To~ classes
Repeat Relates to "REPEAT"-type instructions.
StrictInstructionList Relates to Strict Instruction Lists.
Sum Relates to Addition instructions (SUM X Y)
To Recognizes procedure declarations, but elan.instruction.Procedure manages the actual execution of parsed procedures.