cvsuser 05/01/05 09:03:04
Modified: ops string.ops Log: join creates a simple Parrot string, not a PerlString PMC Revision Changes Path 1.31 +1 -1 parrot/ops/string.ops Index: string.ops =================================================================== RCS file: /cvs/public/parrot/ops/string.ops,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- string.ops 12 Dec 2004 23:03:48 -0000 1.30 +++ string.ops 5 Jan 2005 17:03:03 -0000 1.31 @@ -556,7 +556,7 @@ =item B<join>(out STR, in STR, in PMC) -Create a new PerlString $1 by joining array elements from array $3 +Create a new string $1 by joining array elements from array $3 with string $2. =item B<split>(out PMC, in STR, in STR)
