AppendOperations adds the statement to the operation slice.
(ops *[]InterpreterOperation, stack *InterpreterStack)
| 30 | OperationSize() int32 |
| 31 | // AppendOperations adds the statement to the operation slice. |
| 32 | AppendOperations(ops *[]InterpreterOperation, stack *InterpreterStack) error |
| 33 | } |
| 34 | |
| 35 | // Assignment represents an assignment statement. |
no outgoing calls
no test coverage detected