Files
Noja/tests/runtime/push/pushtyp.noja-test
T

13 lines
122 B
Plaintext

@type [runtime]
@bytecode
PUSHTRU;
PUSHTYP;
PUSHVAR "print";
CALL 1, 1;
POP 2;
EXIT;
@output [bool]