On Mon Jun 07 14:23:47 2010, cognominal wrote:
> I am probably a lousy programmer but I hit again and again that
> unhelpful message.
> 
> How to reproduce :
> 
> eval "{\n\n\n\n\'}"
> 
> Unable to parse blockoid, couldn't find final '}' at line 1

Getting closer (I'm assuming the \n's above were meant to be newlines, but I 
did it both ways 
below) although the given line numbers are wrong below:

$ cat a.p6
eval "{\n\n\n\n\'}"
$ ./perl6 a.p6
===SORRY!===
Unable to parse expression in block; couldn't find final '}' at line 2, near 
"\\n\\n\\n\\n\\'"
$ cat b.p6
eval "{



\'}"
$ ./perl6 b.p6
===SORRY!===
Unable to parse expression in quote:sym<apos>; couldn't find final "'" at line 
7, near ""

-- 
Will "Coke" Coleda

Reply via email to