Discuss this page on this page's [[atmList Talk Page|Talk Page]]. === atmList === 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 === Example from [[http://www.neurohack.com/transcendence/forums/viewtopic.php?t=2108&highlight=atmaddentry|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!