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

NextPrevUpTopContentsIndex

print-actions

Function
Summary

Prints a listing of the action items on a given action list in order.

Package

lispworks

Signature

print-actions name-or-list &optional stream

Arguments

name-or-list

An action list.

stream

An output stream.

Description

The function print-actions prints a listing of the action items on the action-list denoted by name-or-list, in order.

If the action-list specified by name-or-list does not exist, then this is handled according to the value of *handle-missing-action-list*.

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

See also

print-action-lists


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex