Discuss this page on this page's Talk Page.
atmList is not included in the Xelerus list.
Syntax | (atmList atmtable) → list |
---|---|
Argument List | atmtable: The atom table to be listed. |
Returns | list: List of integer atom values (as used to look up entries). |
Category | atom functions |
Description | This returns the list of atom values used in an atom table. |
Example from alterecco's post
(setq a (atmAtomTable (list '(string hello) (list "5" " Print") (list 3 "World") '(8 "me")) )) (atmList a)
Returns (0 3 5 8)
IMPORTANT: It is not known whether this function is stable for use. Use with caution!