AutoCAD LISP - CONDWhat links here?
Conditions are tested until one is found that is true, the associated statement is evaluated, and the COND is exited.
(COND
    ((test_one) (do_this_1))
    ((test_two) (do_this_2))
    (T (do_this_if_nothing_else))
)


The do_this's can contain multiple statements:

(COND
    ((test_one) (do_this_1a) (do_this_1b) (do_this_1c))
    ((test_two) (do_this_2))
    (T (do_this_if_nothing_else))
)
AutoCAD LISP - COND
Geography
Machines
software - blender - moving around
microprocessors - MC6802 - pinout
embedded systems - uds100 - configuration
AutoCAD LISP - ENTUPD
working with plastic
DRGW
predators and prey
MC6802 - instruction set - No Operation
special instructions
O Scale Track Dimensions
embedded systems - bacnet - Unconfirmed Request PDU
electronics - SN75176A
microsoft windows - internal stuff
wiki-todo
Home and garden
filename:AutoCAD LISP - COND
filename:AutoCAD%20LISP%20%2D%20COND
last edit:September 02 2012 18:57:42 (-3669240 minutes ago)
ct = 1126472231.000000 = September 11 2005 16:57:11
ft = 1346626662.000000 = September 02 2012 18:57:42
dt = -220154431.000000