dan         01/09/13 09:20:49

  Modified:    docs     parrot_assembly.pod
  Log:
  Took out duplicate entries for iton, ntoi, and tostring.
  
  Revision  Changes    Path
  1.2       +0 -14     parrot/docs/parrot_assembly.pod
  
  Index: parrot_assembly.pod
  ===================================================================
  RCS file: /home/perlcvs/parrot/docs/parrot_assembly.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- parrot_assembly.pod       2001/09/12 15:44:40     1.1
  +++ parrot_assembly.pod       2001/09/13 16:20:49     1.2
  @@ -246,20 +246,6 @@
   Decrement register x by nn. nn is an integer constant. If nn is
   omitted, decrement by 1.
   
  -=item iton Nx, Iy
  -
  -Copy the integer value from register y to the numeric register x.
  -
  -=item ntoi Ix, Ny
  -
  -Copy the number from register y to register x. Copy is truncated, and
  -may be capped if it is too large or small for an integer.
  -
  -=item tostring Sx, ty, Iz
  -
  -Take the value in register y and convert it to a string of type z,
  -storing the result in string register x.
  -
   =back
   
   =head2 Transcendental operations
  
  
  

Reply via email to