Uses of Package
slogo.expression

Packages that use slogo.expression
slogo.expression   
slogo.instruction   
 

Classes in slogo.expression used by slogo.expression
Expression
          The base class of all arithmetic expressions, the evaluate method uses the hook/template method value to return a Double value, the template method returns a double.
Variable
          A variable stores a value and can be used in an expression.
VariableFactory
          Clients can use this class to obtain a unique variable per identifier (avoiding a proliferation of objects)
 

Classes in slogo.expression used by slogo.instruction
Variable
          A variable stores a value and can be used in an expression.