On Tue Nov 20 09:11:36 2012, masak wrote:
> <masak> r: my @ := 0,
> <p6eval> rakudo bf472b: OUTPUT«===SORRY!===␤Confused [...]
> <masak> huh.
> <masak> r: my @ := 0, ;
> <p6eval> rakudo bf472b:  ( no output )
> <masak> that looks like a bug to me, actually.
> <masak> you can't end the file with a comma?
> <masak> r: my @array = 1, 2, 3, ;
> <p6eval> rakudo bf472b:  ( no output )
> * masak submits rakudobug
> <FROGGS> meh, I try to get them closed! ;o)
> <masak> eval: my @array = 1, 2, 3,
> <buubot_backup> masak: 3
> * masak thought so
> <masak> r: 1, 2, 3,
> <p6eval> rakudo bf472b: OUTPUT«===SORRY!===␤Confused [...]
> <masak> r: 0,
> <p6eval> rakudo bf472b: OUTPUT«===SORRY!===␤Confused [...]
> <masak> shortest bug... ever? :)

These all work now - Closable with tests.

-- 
Will "Coke" Coleda

Reply via email to