
#source
    
    set[key];

#bytecode
    
    PUSHVAR "set";
    PUSHVAR "key";
    SELECT;
    POP 1;
    RETURN 0;