VariablePackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.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.

Warning for prolog users

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version