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

NextPrevUpTopContentsIndex

sets-who

Function
Summary

Lists special variables set by a definition.

Package

hcl

Signature

sets-who function => result

Arguments

function

A symbol or a function dspec.

Values

result

A list.

Description

The function sets-who returns a list of the special variables set by the definition named by function.

Notes

The cross-referencing information used by sets-who is generated when code is compiled with source-level debugging switched on.

See also

binds-who
who-sets
toggle-source-debugging
references-who


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex