Skip to content

Instantly share code, notes, and snippets.

@zhouqiang-cl
Created December 20, 2016 07:47
Show Gist options
  • Save zhouqiang-cl/cfc016c6bca03201b520eded1141606d to your computer and use it in GitHub Desktop.
Save zhouqiang-cl/cfc016c6bca03201b520eded1141606d to your computer and use it in GitHub Desktop.
common lisp 的条件类型 UNBOUND-VARIABLE
描述
当读取一个 unbound 的变量时, 会抛出 UNBOUND-VARIABLE 异常
代码
* b
debugger invoked on a UNBOUND-VARIABLE: The variable B is unbound.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment