Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Index Less, Same and More (enum Order). Closes #2634.
  • Loading branch information
cfa committed Feb 23, 2019
1 parent 73e4964 commit 055b767
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Type/Order.pod6
Expand Up @@ -3,6 +3,7 @@
=TITLE enum Order
=SUBTITLE Human readable form for comparison operators.
X<|Less>X<|Same>X<|More>
enum Order (:Less(-1), :Same(0), :More(1));
Expand All @@ -22,4 +23,4 @@ Specialized form for Int.
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 comments on commit 055b767

Please sign in to comment.