Files
Noja/tests/runtime/grt/float_grt_int_00.noja-test
T

14 lines
136 B
Plaintext

@type [runtime]
@bytecode
PUSHFLT 6.8;
PUSHINT 7;
GRT;
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [false]