perl6 / Pugs.hs

(ARCHIVE) Raku User's Golfing System in Haskell
84 stars 17 forks source link

NYI: Order enum #10

Open coke opened 12 years ago

coke commented 12 years ago

From S03, about comparison operators:

These operators compare their operands using numeric, string, or C semantics respectively, and depending on the order return one of COrder::Increase, COrder::Same, or COrder::Decrease (which numerify to -1, 0, or +1). See L</Comparison semantics>.

Right now pugs is just using the numeric values.