cleanups and more test cases
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
#source
|
||||
|
||||
set[key];
|
||||
|
||||
#bytecode
|
||||
|
||||
PUSHVAR "set";
|
||||
PUSHVAR "key";
|
||||
SELECT;
|
||||
POP 1;
|
||||
RETURN 0;
|
||||
Reference in New Issue
Block a user