Changeset 13789 for docs/Perl6/Spec
- Timestamp:
- 10/02/06 16:34:26 (2 years ago)
- Files:
-
- 1 modified
-
docs/Perl6/Spec/Functions.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Spec/Functions.pod
r13777 r13789 1158 1158 1159 1159 You may also comb lists and filehandles. C<+$*IN.comb> counts the words on 1160 standard input, for instance. C<comb($thing, /./) returns a list of C<Char>1160 standard input, for instance. C<comb($thing, /./)> returns a list of C<Char> 1161 1161 from anything that can give you a C<Str>. 1162 1162
