Re: [perl #20804] [PATCH]-added inc by NN to core.ops

2003-02-10 Thread bcastagna
That makes sense. I'll patch the documentation to replace the inc examples with add instructions. Thanks Leo! -bc Leopold Toetsch <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] (via RT) wrote: > >> I was not able to find the increment by NN operation implemented and did it. > > >The 2 ope

Re: [perl #20804] [PATCH]-added inc by NN to core.ops

2003-02-10 Thread Leopold Toetsch
[EMAIL PROTECTED] (via RT) wrote: I was not able to find the increment by NN operation implemented and did it. The 2 operand form of add does the same: inline op add(inout INT, in INT) { $1 += $2; goto NEXT(); } Thanks, -bc leo

[perl #20804] [PATCH]-added inc by NN to core.ops

2003-02-09 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #20804] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20804 > I was not able to find the increment by NN operation implemented and did it.