Returns a list of the currently defined symbols
(atoms-family format [symlist])
Arguments
atoms-family returns the symbol names:
An integer value of 0 or 1 that determines the format in which0 Return the symbol names as a list
1 Return the symbol names as a list of strings
atoms-family to search for.
A list of strings that specify the symbol names you wantReturn Values
symlist, then atoms-family returns the specified symbols that are currently defined, and returns nil for those symbols that are not defined.
A list of symbols. If you specifyExamples
Command: (atoms-family 0)
(BNS_PRE_SEL FITSTR2LEN C:AI_SPHERE ALERT DEFUN C:BEXTEND REM_GROUP
B_RESTORE_SYSVARS BNS_CMD_EXIT LISPED FNSPLITL...
CAR, CDR, and XYZ are defined, and returns the list as strings:
The following code verifies that the symbolsCommand: (atoms-family 1 '("CAR" "CDR" "XYZ"))
("CAR" "CDR" nil)
XYZ is not defined.
The return value shows that the symbol