All Manuals > LispWorks User Guide and Reference Manual > 40 The LISPWORKS Package

NextPrevUpTopContentsIndex

print-action-lists

Function
Summary

Prints a list of all the action lists in the global registry.

Package

lispworks

Signature

print-action-lists &optional stream

Arguments

stream

An output stream.

Description

The function print-action-lists prints a listing of all the action lists in the global registry. The ordering of the action lists is random.

The output is written to the stream stream. The default value of stream is the value of *standard-output*.

See also

print-actions


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex