Files
Noja/tests/compiler/expr/arithmetic/Testcase_002_006.noja-test
T

13 lines
121 B
Plaintext

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