> you may have to move your declarations to the common section again...
Nah, that's a terrible idea promoted by Pascal. Declare variables where you use them in the smallest possible scope.
> you may have to move your declarations to the common section again...
Nah, that's a terrible idea promoted by Pascal. Declare variables where you use them in the smallest possible scope.