Re: ver 4.0 question about map
- Posted by bernie Oct 26, 2008
- 940 views
bernie said...
Is a key a name of another map ?
mattlewis said...
Not really. A map is a way to create a, well, a map between two values: a key and a value. The key is what you use to get a value from a particular map. It's similar to what a subscript is for a sequence, except that a key can be any euphoria object.
Matt:
I understand how maps work because I am using them in my code.
If you look in the documentation there is no example for how you
use a nested_get or any explanation of how the nested map is layed out.
The nested map uses some kind of key sequence which is what I am asking about.