Create a Dictionary and add the key-value pairs $(PARAM args) to it.
Dictionary emptyDictionary = Dictionary.make(); Dictionary status = Dictionary.make(gs!"health", 100, gs!"shields", 75);
See Implementation
Create a Dictionary and add the key-value pairs $(PARAM args) to it.