Class | Description |
---|---|
Assignment |
An assignment instruction assigns an expression to a variable, updating the
global state to reflect the assignment.
|
FD | |
Forward | |
Instruction |
Represents an instruction in the SLogo language
|
The Print instruction prints an expression.
|
|
Repeat |
An AST (abstract syntax tree) for a SLogo REPEAT instruction.
|
Right | |
StrictInstructionList |
A list of instructions that doesn't include a function definition.
|