Linear order example - Factor Documentation (original) (raw)

Linear order example
Factor handbook » The language » Objects » Linear order protocol

Prev: clamp ( x min max -- y )

A tuple class which defines an ordering among instances by comparing the values of the id slot:

TUPLE: sprite id name bitmap ; M: sprite <=> [ id>> ] compare ;