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

13 lines
121 B
Plaintext

@type [compiler]
@source
1.0 - 7;
@bytecode
PUSHFLT 1.0;
PUSHINT 7;
SUB;
POP 1;
EXIT;