Files
Noja/tests/runtime/tcase_018.noja-test
T

13 lines
118 B
Plaintext

@type [runtime]
@bytecode
PUSHFLS;
NOT;
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [true]