map[ key ]
Argument
| Description
|
---|---|
map
| Map data type. The map from which you want to retrieve the value corresponding to a key.
|
key
| Data type of the key. The key element for which you want to retrieve the value.
You can enter any valid expression that evaluates to a key value of the map data.
|
country_currency = [‘England’ -> ‘Pound’, ‘France’ -> ‘Euro’, ‘Japan’ -> ‘Yen’>, ‘USA’ -> ‘Dollar’]
|
|
---|---|
|
|
|
|
|
|