2 lines
51 B
Common Lisp
2 lines
51 B
Common Lisp
(if (not MyNewVariable)
|
|
(handle value-is-NIL) )
|
(if (not MyNewVariable)
|
|
(handle value-is-NIL) )
|