Files
Noja/tests/suite/Testcase_009_002
T

23 lines
263 B
Plaintext

#source
while none: {
true;
"Hello, world!";
}
false;
#bytecode
begin:
PUSHNNE;
JUMPIFNOTANDPOP end;
PUSHTRU;
POP 1;
PUSHSTR "Hello, world!";
POP 1;
JUMP begin;
end:
PUSHFLS;
POP 1;
EXIT;