Next: , Previous: , Up: iklib fixnums   [Index]


6.30.2 Comparison functions

Function: fx= fx1 fx
Function: fx< fx1 fx
Function: fx> fx1 fx
Function: fx<= fx1 fx
Function: fx>= fx1 fx

Aliases for fx=?, fx<?, fx>?, fx<=?, fx>=?.

Function: fx!=? fx0 fx
Function: fx!= fx0 fx

The arguments must be fixnums. Return #t if the arguments are all different: no two arguments are equal; otherwise return #f. When applied to a single argument: return #f.