2 summary::relate two objects
3 categories::Collections
6 Associates a key with a value.
7 Associations can be created via the -> operator which is defined in class link::Classes/Object::.
9 Associations are used internally in link::Classes/Dictionary::.
14 Create an Association between two objects.
39 Compare the keys of two Associations.
42 Compare the keys of two Associations.
45 Compute the hash value of the Association.
47 subsection::Writing to streams
50 Write a string representation to the stream.
53 Write a compileable string representation to the stream.
58 // associations can be a good way to store named data in order:
60 a = [\x -> 700, \y -> 200, \z -> 900];
66 (freq: assoc.value).play;