I want to declare something like so:
dictionaryItem = {("Key1", "Value1"}, {"Key2", "Value2"} ... }
But cannot get the syntax right. If not I'd like to make two arrays with initial values (but could not get this working either no matter how I tried to write it).