Next Prev Up Top Contents Index

print-actions

Function
Summary

Generates 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

A stream.

Description

Generates a listing of the action items on this action-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*. stream is an optional argument specifying where to print the output.

See also

print-action-lists


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index