Now generates the Exception "Not a Number", which can be caught and dealt with
properly
by expr.
> [leo - Tue Dec 13 13:43:06 2005]:
>
>
> On Dec 13, 2005, at 20:04, Matt Diephouse wrote:
>
> > MMD function __i_multiply not foundfor types (1, -100)
>
> according to runtime/parrot/include/pmc
On Dec 13, 2005, at 20:04, Matt Diephouse wrote:
MMD function __i_multiply not foundfor types (1, -100)
according to runtime/parrot/include/pmctypes.pasm '1' is the Null PMC
(-100 is INTVAL).
Running with -t would tell you the same.
leo
via RT Will Coleda <[EMAIL PROTECTED]> wrote:
> # New Ticket Created by Will Coleda
> # Please include the string: [perl #37914]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/rt3/Ticket/Display.html?id=37914 >
>
>
> The following code:
>
> while {[
# New Ticket Created by Will Coleda
# Please include the string: [perl #37914]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=37914 >
The following code:
while {[set a 2] != {}} {}
Generates an error in partcl:
syntax e