Next: iklib symbols value, Previous: iklib symbols predicates, Up: iklib symbols [Index]
These procedures are the extensions to symbols of the corresponding orderings on strings.
(symbol<? z a) ⇒ #t (symbol<? z zz) ⇒ #t (symbol<? z Z) ⇒ #f
The arguments must be symbols. Return #t
if the arguments are all
different: no two arguments are equal; otherwise return #f
. When
applied to a single argument: return #f
.
Return the maximal or minimal symbol argument according to
symbol<?
.