Files
Noja/tests/suite/Testcase_010_002
T

21 lines
248 B
Plaintext

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