Changeset 14910 for docs/Perl6/Spec
- Timestamp:
- 12/17/06 22:50:01 (2 years ago)
- Files:
-
- 1 modified
-
docs/Perl6/Spec/Functions.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Spec/Functions.pod
r14845 r14910 610 610 If C<@array> is multidimensional, C<splice> operates only on the first 611 611 dimension, and works with Array References. 612 613 C<splice> returns the list of deleted elements in list context, and a 614 reference to a list of deleted elements in scalar context. 612 615 613 616
