| Allegro CL version 9.0 New since 9.0 release. |
This variable was added in a patch release in April, 2014.
When this variable is t
(the initial value) a
continuable error is signaled when the dynamic dispatcher finds more
than one method matches the Lisp arguments. The user can continue from
the error by picking one from the list.
When this variable is nil
, a simple-error is
signaled.
See jlinker.htm for more information on the jLinker facility.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 9.0 release.
Created 2019.8.20.
| Allegro CL version 9.0 New since 9.0 release. |