[] (access)
Description
To access an the value of an entry in a dictionary use the A_DICTIONARY[KEY]
, where KEY
is the key of the entries which's value you would like to access.
Examples
This creates a dictionary with two entries, we access the value of the entry with key "Id"
and return therefore 7
.
Last updated
Was this helpful?