Changeset 13736 for docs/Perl6/Spec

Show
Ignore:
Timestamp:
09/29/06 23:36:12 (2 years ago)
Author:
lanny
Message:

* paragraph to verbatim on declarations for L<S29/Array/=item keys>

Files:
1 modified

Legend:

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

    r13733 r13736  
    536536=item values 
    537537 
    538 our List multi method keys ( @array: Matcher *@indextests ) is export 
    539 our List multi method kv ( @array: Matcher *@indextests ) is export 
    540 our List multi method pairs  (@array: Matcher *@indextests ) is export 
    541 our List multi method values ( @array: Matcher *@indextests ) is export 
     538 our List multi method keys ( @array: Matcher *@indextests ) is export 
     539 our List multi method kv ( @array: Matcher *@indextests ) is export 
     540 our List multi method pairs  (@array: Matcher *@indextests ) is export 
     541 our List multi method values ( @array: Matcher *@indextests ) is export 
    542542 
    543543Iterates the elements of C<@array>, in order.