Autolisp In Autocad Info

: The (command ...) function allows a routine to execute standard AutoCAD commands just as a user would type them.

: Common types include integers, real numbers (decimals), strings (text), and lists. Lists are the heart of the language and can store anything from a simple set of coordinates to complex drawing data. AutoLISP in AutoCAD

: In AutoLISP, the function name always comes first, followed by its arguments. For example, to add two numbers, you write (+ 1 2) instead of 1 + 2 . : The (command