Changeset 14910 for docs/Perl6/Spec

Show
Ignore:
Timestamp:
12/17/06 22:50:01 (2 years ago)
Author:
luqui
Message:

Specced the return value of splice. @Larry.check xx 2.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Spec/Functions.pod

    r14845 r14910  
    610610If C<@array> is multidimensional, C<splice> operates only on the first 
    611611dimension, and works with Array References. 
     612 
     613C<splice> returns the list of deleted elements in list context, and a 
     614reference to a list of deleted elements in scalar context. 
    612615 
    613616