keys
- function
-
Returns a list of the keys of every property in a property list. For the sake of consistent results, SenseTalk returns the keys in alphabetical order.
-
Examples: +
set scores to {dan:21, betty:12, carl:13, ann:21, sue:18}
put keys(scores) --> ["ann","betty","carl","dan","sue"] -
Related: values, keyForValue, allKeysForValue
-
- keyword
- is among the keys of