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

13 lines
121 B
Plaintext

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