On Wednesday 12 September 2001 17:45, Dan Sugalski wrote:
> I just checked PDD 6 into CVS. (parrot/docs/parrot_assembly.pod) Some
> changes since last time, so check it out to see what's up.
>
>                                       Dan

Lines 249 to 261 seem to duplicate 204 to 216.

Buggs

===================================================================
RCS file: /home/perlcvs/parrot/docs/parrot_assembly.pod,v
retrieving revision 1.1
diff -u -3 -p -r1.1 parrot_assembly.pod
--- docs/parrot_assembly.pod    2001/09/12 15:44:40     1.1
+++ docs/parrot_assembly.pod    2001/09/13 16:06:44
@@ -246,20 +246,6 @@ omitted, increment is 1.
 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