Re: ver 4.0 question about map
- Posted by mattlewis (admin) Oct 26, 2008
- 949 views
bernie said...
Is a key a name of another map ?
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