Files
Noja/tests/compiler/while/Testcase_009_001.noja-test
T

20 lines
207 B
Plaintext

@type [compiler]
@source
while none:
true;
false;
@bytecode
begin:
PUSHNNE;
JUMPIFNOTANDPOP end;
PUSHTRU;
POP 1;
JUMP begin;
end:
PUSHFLS;
POP 1;
EXIT;