FutureProg functions

dictionaryget

Dictionaries · computer function, computer program, standard futureprog

CollectionItem dictionaryget(Void Dictionary dictionary, Text key)
Contexts: computer function, computer program, standard futureprog
Returns the value stored at the specified text key, or null if the key is absent.
dictionary: The dictionary to inspect
key: The text key whose value should be returned

← Back to FutureProg functions