operandStack property
Operand stack — replaces the old localValue + registerValues design.
Implementation
final List<dynamic> operandStack = [];
Operand stack — replaces the old localValue + registerValues design.
final List<dynamic> operandStack = [];