Macro: COMMON-LISP:DEFVAR¶
Define a special variable at top level. Declare the variable SPECIAL and, optionally, initialize it. If the variable already has a value, the old value is not clobbered. The third argument is an optional documentation string for the variable.
Lambda list¶
(sb-debug:var &optional sb-impl::val sb-impl::doc)