Package | Description |
---|---|
slogo.instruction |
Modifier and Type | Class and Description |
---|---|
class |
Addition
Represents a + b, the addition of two expressions
|
class |
Division
Represents a / b, the division of two expressions
|
class |
Multiplication
Represents a x b, the multiplication of two expressions
|
class |
Subtraction
Represents a subtraction (e.g., lhs - rhs)
|