Revision 29628

Date:
2010/02/03 02:09:06
Author:
diakopter
Revision Log:
[S29] syntaxos (grammaros?) (spellos?) (typos?)
Files:

Legend:

 
Added
 
Removed
 
Modified
  • docs/Perl6/Spec/S29-functions.pod

     
    76 76
    77 77 The root class of all "character" types, regardless of level.
    78 78
    79 This is a subtype of C<Str>, limited to a length of 1 at it's highest
    79 This is a subtype of C<Str>, limited to a length of 1 at its highest
    80 80 supported Unicode level.
    81 81
    82 82 The type name C<Char> is aliased to the maximum supported Unicode level
     
    338 338
    339 339 our List multi flat ( *@list )
    340 340
    341 Forces flat context on it's arguments, and returns them.
    341 Forces flat context on its arguments, and returns them.
    342 342 The heavy work is done by the C<*@> binding.
    343 343
    344 344 =item list
     
    352 352
    353 353 our List multi flat ( *@list )
    354 354
    355 Forces flat context on it's arguments, and returns them.
    355 Forces flat context on its arguments, and returns them.
    356 356 The heavy work is done by the C<*@> binding.
    357 357
    358 358 =item slice