Files

13 lines
124 B
Plaintext

@type [runtime]
@bytecode
PUSHVAR "int";
NLB;
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [?int]