Files
Noja/tests/compiler/ifelse/Testcase_008_001.noja-test
T

15 lines
146 B
Plaintext

@type [compiler]
@source
if true:
none;
@bytecode
PUSHTRU;
JUMPIFNOTANDPOP end;
PUSHNNE;
POP 1;
end:
EXIT;