NextPrevUpTopContentsIndex

binds-who

Function
Summary

Lists special variables bound by a definition.

Package

hcl

Signature

binds-who function => result

Arguments

function

A symbol or a function dspec.

Values

result

A list.

Description

The function binds-who returns a list of the special variables bound by the definition named by function.

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

See also

toggle-source-debugging
who-binds


LispWorks Reference Manual - 12 Mar 2008

NextPrevUpTopContentsIndex