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

14 lines
118 B
Plaintext

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