[fpc-pascal] Syntax changes suggestions

Ryan Joseph ryan at thealchemistguild.com
Tue Jul 17 04:51:46 CEST 2018



> On Jul 16, 2018, at 11:55 AM, R0b0t1 <r030t1 at gmail.com> wrote:
> 
> Declarations inside blocks I am unable to support. Declarations as
> loops I *might* be able to support, but once you go from a C-like
> language to Pascal and get used to predeclaring variables it starts to
> become nice. You don't have to figure out where things are.

but isn’t “i” for loops an exception? I have i:integer; in so many places in my code it’s safe to assume at this point what I want.

Regards,
	Ryan Joseph




More information about the fpc-pascal mailing list