13 lines
130 B
Plaintext
13 lines
130 B
Plaintext
|
|
@type [compiler]
|
|
@source
|
|
|
|
set.key;
|
|
|
|
@bytecode
|
|
|
|
PUSHVAR "set";
|
|
PUSHSTR "key";
|
|
SELECT;
|
|
POP 1;
|
|
EXIT; |