All Manuals > LispWorks User Guide and Reference Manual > 32 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 - 21 Dec 2011

NextPrevUpTopContentsIndex