Uses of Package
slogo.instruction

Packages that use slogo.instruction
slogo.instruction   
slogo.instruction.arithmetic   
slogo.instruction.conditional   
slogo.instruction.drawing   
slogo.language   
 

Classes in slogo.instruction used by slogo.instruction
Instruction
          Represents an instruction in the SLogo language
StrictInstructionList
          A list of instructions that doesn't include a function definition.
 

Classes in slogo.instruction used by slogo.instruction.arithmetic
Instruction
          Represents an instruction in the SLogo language
 

Classes in slogo.instruction used by slogo.instruction.conditional
Instruction
          Represents an instruction in the SLogo language
 

Classes in slogo.instruction used by slogo.instruction.drawing
Instruction
          Represents an instruction in the SLogo language
 

Classes in slogo.instruction used by slogo.language
Subroutine
          Represents a subroutine object that has a name and a list of instructions.