12 lines
117 B
Plaintext
12 lines
117 B
Plaintext
|
|
#source
|
|
|
|
set.key;
|
|
|
|
#bytecode
|
|
|
|
PUSHVAR "set";
|
|
PUSHSTR "key";
|
|
SELECT;
|
|
POP 1;
|
|
RETURN 0; |