Files
Noja/tests/runtime/push/pushnnetyp.noja-test

12 lines
114 B
Plaintext

@type [runtime]
@bytecode
PUSHNNETYP;
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [None]