All Manuals > LispWorks User Guide and Reference Manual > 38 The HCL Package

NextPrevUpTopContentsIndex

defglobal-variable

Function
Summary

Defines a hcl:special-global variable.

Package

hcl

Signature

defglobal-variable name &optional initial-value doc => name

Arguments

name

A symbol.

initial-value

A Lisp object.

doc

A string.

Values

name

A symbol.

Description

The macro defglobal-variable has the same semantics as cl:defvar, but also declares the name name to be hcl:special-global.

See also

defglobal-parameter


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex