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