17 lines
143 B
Plaintext
17 lines
143 B
Plaintext
|
|
#source
|
|
|
|
if true:
|
|
{}
|
|
else
|
|
{}
|
|
|
|
#bytecode
|
|
|
|
PUSHTRU;
|
|
JUMPIFNOTANDPOP end;
|
|
|
|
JUMP end;
|
|
|
|
end:
|
|
EXIT; |