15 lines
145 B
Plaintext
15 lines
145 B
Plaintext
|
|
@type [compiler]
|
|
@source
|
|
|
|
while none:
|
|
{}
|
|
|
|
@bytecode
|
|
|
|
begin:
|
|
PUSHNNE;
|
|
JUMPIFNOTANDPOP end;
|
|
JUMP begin;
|
|
end:
|
|
EXIT; |