FunctionPackage: exclToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

xor

Arguments: &rest forms

This function returns true if an odd number of forms evaluate to a true value. (Logically, an xor expression with two arguments is true when one argument is true and the other false. The name comes from `exclusive or', meaning one or the other but not both. This function takes any number of arguments, and returns the result of xor'ing the first two, then the result of that with the next, and so on, which works out to true if an odd number of the arguments are true.)


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1