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

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 - 01 Dec 2021 19:30:35