[perl #60152] if(something) is not treated as a sub call in Rakudo

2009-02-28 Thread Patrick R. Michaud via RT
On Mon Oct 27 11:21:57 2008, pmichaud wrote: On Sun, Oct 26, 2008 at 02:47:12PM -0700, Carl Mäsak wrote: moritz_ 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

[perl #60152] if(something) is not treated as a sub call in Rakudo

2009-02-28 Thread Patrick R. Michaud via RT
On Mon Oct 27 11:21:57 2008, pmichaud wrote: On Sun, Oct 26, 2008 at 02:47:12PM -0700, Carl Mäsak wrote: moritz_ 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

[perl #60152] if(something) is not treated as a sub call in Rakudo

2009-02-13 Thread jn...@jnthn.net via RT
On Mon Oct 27 11:21:57 2008, pmichaud wrote: On Sun, Oct 26, 2008 at 02:47:12PM -0700, Carl Mäsak wrote: moritz_ 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

Re: [perl #60152] if(something) is not treated as a sub call in Rakudo

2008-10-27 Thread Patrick R. Michaud
On Sun, Oct 26, 2008 at 02:47:12PM -0700, Carl Mäsak wrote: moritz_ 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

[perl #60152] if(something) is not treated as a sub call in Rakudo

2008-10-26 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #60152] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60152 moritz_ rakudo: if(3 5) { say yes } # that should fail p6eval rakudo 31963: