13 lines
119 B
Plaintext
13 lines
119 B
Plaintext
@type [runtime]
|
|
|
|
@bytecode
|
|
|
|
PUSHINT 23;
|
|
POS;
|
|
|
|
PUSHVAR "print";
|
|
CALL 1, 1;
|
|
POP 1;
|
|
EXIT;
|
|
|
|
@output [23] |