packages feed

atomo-0.2: prelude/comparable.atomo

x max: y :=
  if: (x > y) then: { x } else: { y }

x min: y :=
  if: (x < y) then: { x } else: { y }