Given ? pragma.syntax("0.8") ? def colors := ["red", "green", "blue"] # value: ["red", "green", "blue"] ? def hw := "hello world" # value: "hello world" ? def vice := ["bush" => "quayle", "clinton" => "gore"] # value: ["bush" => "quayle", "clinton" => "gore"] Messages Shared with all TablesSince these messages are shared between Const and Flex tables, they must be query only. As applied to a Flex table, they operate of the state of the table at that instant. Since they are shared between lists and maps, they must be have a common meaning, whether an index is used with a list, or a key is used with a map. Indexing
Containment
Since "vice" maps presidents to their vice presidents, "clinton" is a key of the list (since he was a president), but is not present as a value (since he was never a vice president). Size
Iterationxxx Crap below this point
Dealing with Change
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Unless stated otherwise, all text on this page which is either unattributed or by Mark S. Miller is hereby placed in the public domain.
|