Uses of Class
slogo.instruction.arithmetic.NumericInstruction

Packages that use NumericInstruction
slogo.instruction.arithmetic   
slogo.instruction.drawing   
 

Uses of NumericInstruction in slogo.instruction.arithmetic
 

Subclasses of NumericInstruction in slogo.instruction.arithmetic
 class Addition
          Represents a + b, the addition of two expressions
 class ArithmeticInstruction
          The base class of any binary expression, e.g., a + b, a - b, or, in future use, a < b and so on.
 class Division
          Represents a / b, the division of two expressions
 class Multiplication
          Represents a x b, the multiplication of two expressions
 class Remainder
          Represents the remainder when two numbers are divided
 class Subtraction
          Represents a - b, the subtraction of two expressions
 

Uses of NumericInstruction in slogo.instruction.drawing
 

Subclasses of NumericInstruction in slogo.instruction.drawing
 class Heading
           
 class XCor
          returns the turtle's X coordinate
 class YCor
          returns the turtle's Y coordinate