Login
|
Sign Up
AutoLISP Function Detail
Name:
atom
Syntax:
(atom
item
)
Description:
Function will return T for True as long as the
item
is not a list. If the
item
is a list it will return nil.
Example(s):
(atom ED)
T