Changeset 15131 for docs/Perl6/Spec
- Timestamp:
- 01/23/07 02:26:40 (22 months ago)
- Files:
-
- 1 modified
-
docs/Perl6/Spec/Functions.pod (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Spec/Functions.pod
r15084 r15131 13 13 Mark Stosberg <mark@summersault.com> 14 14 Date: 12 Mar 2005 15 Last Modified: 16Jan 200716 Version: 1 015 Last Modified: 22 Jan 2007 16 Version: 11 17 17 18 18 This document attempts to document the list of builtin functions in Perl 6. … … 767 767 768 768 @factors = map { prime_factors($_) }, @composites; 769 770 The actual return value is a multislice containing one slice per 771 map iteration. In most contexts these slices are flattened into a 772 single list. 769 773 770 774 =item reduce
