Files
Noja/tests/compiler/dowhile/Testcase_010_001.noja-test

19 lines
196 B
Plaintext

@type [compiler]
@source
do
true;
while none;
false;
@bytecode
begin:
PUSHTRU;
POP 1;
PUSHNNE;
JUMPIFANDPOP begin;
PUSHFLS;
POP 1;
EXIT;