@@ -49,6 +49,7 @@ public class Set extends Stat {
throw new ParseException("#set directive only supports assignment expressions", location);
}
+
this.expr = exprList.getActualExpr();
@@ -46,6 +46,7 @@ public class SetGlobal extends Stat {
throw new ParseException("#setGlobal directive only supports assignment expressions", location);
@@ -47,6 +47,7 @@ public class SetLocal extends Stat {
throw new ParseException("#setLocal directive only supports assignment expressions", location);