cleanups and more test cases
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
#source
|
||||
|
||||
func(true, false);
|
||||
|
||||
#bytecode
|
||||
|
||||
PUSHFLS;
|
||||
PUSHTRU;
|
||||
PUSHVAR "func";
|
||||
CALL 2, 1;
|
||||
POP 1;
|
||||
RETURN 0;
|
||||
Reference in New Issue
Block a user