'''dict append''' ''dictionaryVariable'' ''key'' ''?string ...?'' This appends the given string (or strings) to the value that the given key maps to in the dictionary value contained in the given variable, writing the resulting dictionary value back to that variable. Non-existent keys are treated as if they map to an empty string. <>Data Structure | Command