經安全檢測,此網站為安全網站,請放心前往原始網址!

Common LISP Hints: Booleans and Conditionals

LISP uses the self-evaluating symbol nil to mean false. Anything other than nil means true. ... The LISP case statement is like a C switch statement: > (setq x 'b) B > (case x (a 5) ((d e) 7) ...

www.n-a-n-o.com

網址安全性掃描由 google 提供