 |
Common LISP Hints: Booleans and Conditionals
17. Booleans and Conditionals LISP uses the self-evaluating symbol nil to mean false. Anything other than nil means true. Unless we have a reason not to, we usually use the self-evaluating symbol t to stand for true. LISP provides a standard set of logica
www.n-a-n-o.com |
 |