WIP logic sync instruction
This commit is contained in:
@@ -1665,7 +1665,7 @@ public class LExecutor{
|
|||||||
v.numval = d;
|
v.numval = d;
|
||||||
}else{
|
}else{
|
||||||
v.isobj = true;
|
v.isobj = true;
|
||||||
v.objval =value;
|
v.objval = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1703,7 +1703,7 @@ public class LStatements{
|
|||||||
}
|
}
|
||||||
|
|
||||||
//TODO: test this first
|
//TODO: test this first
|
||||||
//@RegisterStatement("sync")
|
@RegisterStatement("sync")
|
||||||
public static class SyncStatement extends LStatement{
|
public static class SyncStatement extends LStatement{
|
||||||
public String variable = "var";
|
public String variable = "var";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user