Changeset 15084 for docs/Perl6/Spec
- Timestamp:
- 01/16/07 19:59:13 (23 months ago)
- Files:
-
- 1 modified
-
docs/Perl6/Spec/Functions.pod (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Spec/Functions.pod
r14910 r15084 13 13 Mark Stosberg <mark@summersault.com> 14 14 Date: 12 Mar 2005 15 Last Modified: 23 Sep 200616 Version: 915 Last Modified: 16 Jan 2007 16 Version: 10 17 17 18 18 This document attempts to document the list of builtin functions in Perl 6. … … 700 700 Note that, unlike in Perl 5, a comma is required after the C<Matcher> 701 701 in the multi form. 702 703 =item first 704 705 our Item multi method first ( @values: Matcher $test ) 706 our Item multi first ( Matcher $test, *@values ) 707 708 C<first> works exactly like C<grep> but returns only the first matching value. 702 709 703 710 =item pick
