|
|
|
|
|
by benibela
2224 days ago
|
|
>Older versions of C had the restriction that variables could only be declared at the start of a block. Pascal also has that restriction Although Delphi does not have it anymore. But FreePascal still has it, even in Delphi compatible mode. The FreePascal developers have also said, they will keep that restriction to improve readability. The code could not be read anymore if variables were placed willy-nilly everywhere |
|