made and and or operators short circuits
This commit is contained in:
@@ -6,7 +6,13 @@
|
||||
#bytecode
|
||||
|
||||
PUSHINT 1;
|
||||
JUMPIFANDPOP true;
|
||||
PUSHINT 2;
|
||||
OR;
|
||||
JUMPIFANDPOP true;
|
||||
PUSHFLS;
|
||||
JUMP end;
|
||||
true:
|
||||
PUSHTRU;
|
||||
end:
|
||||
POP 1;
|
||||
RETURN 0;
|
||||
Reference in New Issue
Block a user