Implements variable usage, tweaks and fixes for variable assignment
This commit is contained in:
@@ -32,6 +32,9 @@ public:
|
||||
return _value;
|
||||
}
|
||||
|
||||
EvalValue* Clone() final{
|
||||
return new StringEvalValue(_value);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user