| Did you know ... | Search Documentation: |
| number<-compare |
|number|real -> {smaller,equal,larger}smaller implies the
receiver is smaller than the argument. Intended to support chain->sort
and friends. To sort a chain of integers by value:
send(Chain, sort, ?(@arg1, compare, @arg2)).