14 lines
150 B
Plaintext
14 lines
150 B
Plaintext
@type [runtime]
|
|
|
|
@bytecode
|
|
|
|
PUSHVAR "int";
|
|
PUSHVAR "float";
|
|
STP;
|
|
|
|
PUSHVAR "print";
|
|
CALL 1, 1;
|
|
POP 1;
|
|
EXIT;
|
|
|
|
@output [int | float] |