Created
December 12, 2016 16:00
-
-
Save zhouqiang-cl/f4cef02ec6c60cecb804f6ff381312af to your computer and use it in GitHub Desktop.
common lisp 的变量 -
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
描述 | |
- --- 一个form, 他的值是当前在被求值的 form | |
代码 | |
* (print -) | |
(PRINT -) | |
(PRINT -) | |
* (format t "~&Evaluating ~S~%" -) | |
Evaluating (FORMAT T "~&Evaluating ~S~%" -) | |
NIL | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment