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

NextPrevUpTopContentsIndex

*default-action-list-sort-time*

Variable
Summary

Determines when actions in action lists are sorted.

Package

lispworks

Signature

*default-action-list-sort-time*

Initial value

:execute

Description

The variable *default-action-list-sort-time* is a keyword that is either :execute or :define-action, denoting when actions in action-lists are sorted (see define-action-list for an explanation of ordering specifiers). Actions are sorted either at time of definition (:define-action) or when their action-list is executed (:execute). The default sort time is :execute.

See also

define-action
define-action-list


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex