Personnally I go even further ;-)
if something
then
begin
some multi-line code here
end
else
begin
some multi-line code here
end;
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/m
El 23/09/2020 a las 19:45, Luca Olivetti via fpc-pascal escribió:
El 23/9/20 a les 17:38, Santiago A. via fpc-pascal ha escrit:
El 23/09/2020 a las 13:54, Luca Olivetti via fpc-pascal escribió:
Hello,
I just compiled a lazarus project made in 2105 with fpc 3.2.0 and,
while it works here, it f
On Wed, 23 Sep 2020 08:28:20 -0700, Ralf Quint via fpc-pascal
wrote:
>Similar like moving code blocks around in
>Python with a one-off indentation and all the sudden the flow of that
>code changes, without complaining...
This use of whitespace as block delimiter is why I never could cope
with
El 23/9/20 a les 19:45, Luca Olivetti via fpc-pascal ha escrit:
El 23/9/20 a les 17:38, Santiago A. via fpc-pascal ha escrit:
El 23/09/2020 a las 13:54, Luca Olivetti via fpc-pascal escribió:
Hello,
I just compiled a lazarus project made in 2105 with fpc 3.2.0 and,
while it works here, it fai