Changeset 17750 for docs/Perl6/Spec

Show
Ignore:
Timestamp:
09/11/07 21:21:33 (15 months ago)
Author:
lwall
Message:

Strings no longer attempt to keep track of their "pos".

Files:
1 modified

Legend:

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

    r17701 r17750  
    11891189 
    11901190=item pos 
     1191 
     1192There is no C<pos> function in Perl 6 because that would not allow a string 
     1193to be shared among threads.  Generally you want to use C<$/.to> for that now, 
     1194or keep your own position variable as a lexical. 
    11911195 
    11921196=item quotemeta