| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Is bound to the second item on the Lisp clipboard. =, == and === are for the convenience of users. For example, (+ = ==) adds together the top two items from the clipboard.
Allegro Prolog also has a variable named ==. Using both the cg
package and the prolog package will result in a comflict. If you want
to ensure that == refers to prolog:== (the likely desire
since cg:== seems to be little used), when the package using both is
the current package, load the prolog module -- (require
:prolog)
, evaluate (shadowing-import
'(prolog:==))
, and the evaluate (use-package
:prolog)
.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |