Ordered Values
Ordered → module
The Ordered
module provides various utility methods for anything that defines ordering
and from-ordering:
.
o from-ordering: n → any | n is-a?: Integer
Creates a value given its ordering in its sequence.
Example:
> Integer from-ordering: 1 1 > Character from-ordering: 97 $a > Rational from-ordering: 2 2/1