Files
Noja/tests/runtime/grt/int_grt_float_01.noja-test

14 lines
135 B
Plaintext

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