Technology
 

AutoLISP for programmers of other languages

From AutoCAD

This article tells how to accomplish with AutoLISP tasks equivalent to functions common in other languages.

elseif
Instead of If P,then Q,elseif X,then Y, else Z, in AutoLISP use (cond(P Q)(Y Z)(T Z))