Files
Noja/tests/suite/Testcase_008_002
T

17 lines
143 B
Plaintext

#source
if true:
{}
else
{}
#bytecode
PUSHTRU;
JUMPIFNOTANDPOP end;
JUMP end;
end:
EXIT;