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

NextPrevUpTopContentsIndex

symbol-dynamically-bound-p

Function
Summary

The predicate for whether a symbol is dynamically bound.

Package

hcl

Signature

symbol-dynamically-bound-p symbol => result

Arguments

symbol

A non-nil symbol.

Values

result

A boolean.

Description

The function symbol-dynamically-bound-p is the predicate for whether the symbol symbol is dynamically bound in the current environment.

See also

Miscellaneous Utilities


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex