Files
Noja/tests/compiler/expr/arithmetic/Testcase_002_008.noja-test

13 lines
121 B
Plaintext

@type [compiler]
@source
1 + 7.0;
@bytecode
PUSHINT 1;
PUSHFLT 7.0;
ADD;
POP 1;
EXIT;