On Sat Nov 13 09:00:39 2010, masak wrote:
> <masak> std: sub foo { ['a', 'b' 'c'] }
> <p6eval> std a194beb: OUTPUT«===SORRY!===␀Two terms
> in a row [...] Parse failed␀FAILED 00:01 121m␀»
> <masak> rakudo: sub foo { ['a', 'b' 'c'] }
> <p6eval> rakudo c548b8: OUTPUT«===SORRY!===␀Unable to parse blockoid,
> couldn't find final '}' at line 22␀»
> * masak submits LTA rakudobug
> 
> I like STD.pm6's error message. I find Rakudo's to be confusing.

Error message has changed slightly:

> sub foo { ['a', 'b' 'c'] }
Unable to parse expression in array composer; couldn't find final ']' at line 
2, near "'a', 'b' '"

-- 
Will "Coke" Coleda

Reply via email to