Files
Noja/tests/runtime/stp/stp_00.noja-test
T

14 lines
150 B
Plaintext

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