| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |