# New Ticket Created by Chris Dolan
# Please include the string: [perl #60716]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60716 >
This code works in Rakudo rev 32970:
grammar GrammarOne { token foo { 'foo' }; }
g
# New Ticket Created by Chris Dolan
# Please include the string: [perl #60718]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60718 >
If you accidentally try to instantiate a class that has not been
defined, but the names
On Thu, Nov 20, 2008 at 4:25 PM, Wolfgang Laun <[EMAIL PROTECTED]> wrote:
> So, calling sqrt with a real < 0, should not come back with a complex
> number.
Again, I think this should depend on context. In Perl5, simply
use'ing "Math::Complex" changes the behavior of sqrt such that
sqrt(-1) return
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #60732]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60732 >
>From #perl6 today:
19:33 < moritz_> rakudo: my $x = [ 42 ]; say $x<0>
19:33 < p6eval> r
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #60734]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60734 >
This should output "dito" twice:
$ ./perl6 -e '{ say $^same; say $same }.("dito")'
Scop
On Fri, Nov 21, 2008 at 10:43, via RT Moritz Lenz
<[EMAIL PROTECTED]> wrote:
> # New Ticket Created by Moritz Lenz
> # Please include the string: [perl #60732]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=60732 >
>
>
> Fr