14 lines
151 B
Plaintext
14 lines
151 B
Plaintext
|
|
@type [compiler]
|
|
@source
|
|
|
|
func(true, false);
|
|
|
|
@bytecode
|
|
|
|
PUSHFLS;
|
|
PUSHTRU;
|
|
PUSHVAR "func";
|
|
CALL 2, 1;
|
|
POP 1;
|
|
EXIT; |