

          keylset listvar key value
               Set the value associated with the key in the keyed list
               in the variable listvar  to value.  If listvar does not
               exists, it is created.  If key is not currently in the
               list, it will be added.  If it already exists, value
               overrides the existing value.
