On Sun, October 11, 2015 22:48, Sven Barth wrote:
 .
 .
> That "then" is a great idea! That would definitely not break anything and
> it would make sense indeed:
>
> === code begin ===
> while bool do
>   foo
> then
>   bar;
>
> repeat
>   foo;
> until bool then
>   bar;
> === code end ===

I'm afraid that I got lost in this discussion, but what exactly would be
the supposed semantic difference between the behaviour compared to
situation when there was a semicolon instead of 'then' there?

Tomas


_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to