cvsuser     05/04/01 07:22:15

  Modified:    ops      string.ops
  Log:
  This is not ASCII, and C<chr> docs should not claim it is.
  
  Revision  Changes    Path
  1.37      +1 -2      parrot/ops/string.ops
  
  Index: string.ops
  ===================================================================
  RCS file: /cvs/public/parrot/ops/string.ops,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- string.ops        2 Mar 2005 13:47:29 -0000       1.36
  +++ string.ops        1 Apr 2005 15:22:15 -0000       1.37
  @@ -48,8 +48,7 @@
   
   =item B<chr>(out STR, in INT)
   
  -Returns the character represented by the $2 number in the ASCII
  -character set.
  +Returns a the character specified by the $2 number.
   
   =cut
   
  
  
  

Reply via email to