On Mon Oct 27 11:21:57 2008, pmichaud wrote:
> On Sun, Oct 26, 2008 at 02:47:12PM -0700, Carl Mäsak wrote:
> > rakudo: if(3 < 5) { say "yes" } # that should fail
> >
> > Early experimentation indicates that this goes for unless, while,
> > until and given as well, and probably others I can't thin
On Mon Oct 27 11:21:57 2008, pmichaud wrote:
> On Sun, Oct 26, 2008 at 02:47:12PM -0700, Carl Mäsak wrote:
> > rakudo: if(3 < 5) { say "yes" } # that should fail
> >
> > Early experimentation indicates that this goes for unless, while,
> > until and given as well, and probably others I can't thin
On Mon Oct 27 11:21:57 2008, pmichaud wrote:
> On Sun, Oct 26, 2008 at 02:47:12PM -0700, Carl Mäsak wrote:
> >
> > rakudo: if(3 < 5) { say "yes" } # that should fail
> >
> > Early experimentation indicates that this goes for unless, while,
> > until and given as well, and probably others I can't
On Sun, Oct 26, 2008 at 02:47:12PM -0700, Carl Mäsak wrote:
>
> rakudo: if(3 < 5) { say "yes" } # that should fail
>
> Early experimentation indicates that this goes for unless, while,
> until and given as well, and probably others I can't think of now.
Just for the record (since the ticket doe
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #60152]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60152 >
rakudo: if(3 < 5) { say "yes" } # that should fail
rakudo 31963: OUTPUT[yes]
moritz_