Changeset 14536 for docs/Perl6/Spec
- Timestamp:
- 10/27/06 11:05:34 (2 years ago)
- Files:
-
- 1 modified
-
docs/Perl6/Spec/Functions.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Spec/Functions.pod
r14434 r14536 999 999 our Str multi method chomp ( Str $string: ) is export 1000 1000 1001 Returns string with newline removed from the end. An arbitrary1001 Returns string with one newline removed from the end. An arbitrary 1002 1002 terminator can be removed if the input filehandle has marked the 1003 1003 string for where the "newline" begins. (Presumably this is stored
