Changeset 19639 for docs/Perl6/Spec

Show
Ignore:
Timestamp:
01/23/08 19:17:00 (10 months ago)
Author:
lwall
Message:

Clarification suggested by jgottman++

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Spec/Functions.pod

    r19479 r19639  
    211211 our Order multi sub cmp (Ordering $by = &infix:<cmp>, $a, $b) 
    212212 
    213 Returns C<Order::Increase>, C<Order::Decrease>, or C<Order::Same> 
    214 (which numify to -1, 0, +1) indicating if paramater C<$a> should 
     213Returns C<Order::Increase>, or C<Order::Same>, or C<Order::Decrease> 
     214(which numify to -1, 0, +1 respectively) indicating if paramater C<$a> should 
    215215be ordered before/tied with/after parameter C<$b>, using criteria 
    216216C<$by> or C<@by> for comparisons. C<@by> differs from C<$by>