Changeset 14536 for docs/Perl6/Spec

Show
Ignore:
Timestamp:
10/27/06 11:05:34 (2 years ago)
Author:
avar
Message:

* State more clearly that chomp removes one newline

Files:
1 modified

Legend:

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

    r14434 r14536  
    999999 our Str multi method chomp ( Str $string: ) is export 
    10001000 
    1001 Returns string with newline removed from the end.  An arbitrary 
     1001Returns string with one newline removed from the end.  An arbitrary 
    10021002terminator can be removed if the input filehandle has marked the 
    10031003string for where the "newline" begins.  (Presumably this is stored