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

13 lines
121 B
Plaintext

@type [compiler]
@source
1.0 / 7;
@bytecode
PUSHFLT 1.0;
PUSHINT 7;
DIV;
POP 1;
EXIT;