Files
Noja/tests/runtime/mod/small_mod_big.noja-test

14 lines
132 B
Plaintext

@type [runtime]
@bytecode
PUSHINT 8;
PUSHINT 100;
MOD;
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [8]