Node:Mappings, Next:Sequences, Previous:Symbols, Up:Top
A mapping maps a key into a value.
A sequence is a special case of a mapping where
all the keys are consequtive integers starting at 0.
For example, the vector [5 4 3]
is a mapping
with 3 values, and whose keys are 0, 1, and 2.