Files
Noja/tests/compiler/expr/postfix/Testcase_006_002.noja-test
T

14 lines
151 B
Plaintext

@type [compiler]
@source
func(true, false);
@bytecode
PUSHFLS;
PUSHTRU;
PUSHVAR "func";
CALL 2, 1;
POP 1;
EXIT;