At 5:29 PM -0800 3/4/04, Jens Rieks (via RT) wrote:
# New Ticket Created by Jens Rieks
# Please include the string: [perl #27418]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=27418 >
Hi,
the attached pasm code prints
: A
Jens Rieks <[EMAIL PROTECTED]> wrote:
> the attached pasm code prints
>: A
>: error!
> instead of only "A" as expected.
The "__init" code is run in its own run loop. This may (as in your
example) have an "end" opcode, which is just the same as "invoke P1",
i.e. a return from the "__init" subrouti
# New Ticket Created by Jens Rieks
# Please include the string: [perl #27418]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=27418 >
Hi,
the attached pasm code prints
: A
: error!
instead of only "A" as expected.
jens