Files
Noja/tests/suite/Testcase_010_002
T
2022-08-12 05:30:41 +02:00

21 lines
252 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;
RETURN 0;