operator [] method
Returns the value for a variable, or TOP if not defined.
Implementation
D operator [](String variable) => _values[variable] ?? _defaultValue.top;
Returns the value for a variable, or TOP if not defined.
D operator [](String variable) => _values[variable] ?? _defaultValue.top;