Defines a hcl:special-global variable.
hcl
defglobal-variable name &optional initial-value doc => name
| name⇩ |
A symbol. |
| initial-value⇩ |
A Lisp object. |
| doc⇩ |
A string. |
| name |
A symbol. |
The macro defglobal-variable has the same semantics as cl:defvar, but also declares the name name to be hcl:special-global. initial-value is used as the value of the parameter and doc is used as its documentation string.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35