Changeset 14434 for docs/Perl6/Spec
- Timestamp:
- 10/22/06 01:36:53 (2 years ago)
- Files:
-
- 1 modified
-
docs/Perl6/Spec/Functions.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Spec/Functions.pod
r14328 r14434 1174 1174 1175 1175 our List multi method split ( Str $input: Str $delimiter, Int $limit = * ) is export 1176 our List multi method split ( Str $input: Rule $delimiter , Int $limit = * ) is export1176 our List multi method split ( Str $input: Rule $delimiter, Int $limit = * ) is export 1177 1177 1178 1178 String delimiters must not be treated as rules but as constants. The
