Files
Noja/tests/runtime/eql/float_eql_int.noja-test

13 lines
133 B
Plaintext

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