The patch attached, string.ops.patch, implements pmichaud's suggested change to the documentation -- and nothing else.
I'll apply this patch in two days if I hear no objection -- or sooner if the other contributors to this thread approve. Thank you very much. kid51
Index: src/ops/string.ops =================================================================== --- src/ops/string.ops (revision 36390) +++ src/ops/string.ops (working copy) @@ -49,8 +49,7 @@ =item B<chr>(out STR, in INT) -The character specified by codepoint integer $2 in the current character set -is returned in string $1. +The character specified by codepoint integer $2 is returned in string $1. =cut
_______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
