Files
Noja/tests/compiler/ifelse/Testcase_008_000.noja-test

13 lines
119 B
Plaintext

@type [compiler]
@source
if true:
{}
@bytecode
PUSHTRU;
JUMPIFNOTANDPOP end;
end:
EXIT;