Go to the first, previous, next, last section, table of contents.


comparison functions

The != < <= = and >= functions are the vanilla Muq comparison functions, which compare numbers and strings by value and other things by address.

The !=-ci <-ci <=-ci =-ci and >=-ci functions differ only in that they ignore case differences when comparing strings: "abc" and "ABC" are equal to =-ci.

The eq eql and equal functions are for CommonLisp compatability.


Go to the first, previous, next, last section, table of contents.