Home

ifte < <=

<Less Than Comparison

The < function tests if the object in the second position is less than the object in the first position, as follows:

a b->c
#a #b->c
"a" "b"->c
a_u1 b_u2->c

A true result is represented by the real number one. A false result is represented by the real number zero.