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

13 lines
121 B
Plaintext

@type [compiler]
@source
1 * 7.0;
@bytecode
PUSHINT 1;
PUSHFLT 7.0;
MUL;
POP 1;
EXIT;