13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
|
|
#source
|
|
|
|
func(true, false);
|
|
|
|
#bytecode
|
|
|
|
PUSHFLS;
|
|
PUSHTRU;
|
|
PUSHVAR "func";
|
|
CALL 2, 1;
|
|
POP 1;
|
|
EXIT; |