Re: [fpc-devel] very misleading error msg...

2010-11-13 Thread Martin
On 13/11/2010 17:40, Sven Barth wrote: On 13.11.2010 14:59, Martin wrote: The illegal expression is ok. But why saying that "Except" was expected? Imho that is misleading, since the source can continue with anything else here I can only assume the following: Before an "except" or a "finally"

Re: [fpc-devel] very misleading error msg...

2010-11-13 Thread Sven Barth
On 13.11.2010 14:59, Martin wrote: The illegal expression is ok. But why saying that "Except" was expected? Imho that is misleading, since the source can continue with anything else here I can only assume the following: Before an "except" or a "finally" the ";" is optional (like in every(?) b