Files
Noja/tests/suite/Testcase_009_001
T

19 lines
190 B
Plaintext

#source
while none:
true;
false;
#bytecode
begin:
PUSHNNE;
JUMPIFNOTANDPOP end;
PUSHTRU;
POP 1;
JUMP begin;
end:
PUSHFLS;
POP 1;
EXIT;