AurelEdit v0.7

Started by Zlatko Vid, May 31, 2023, 01:34:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Zlatko Vid

QuoteGot it! I've fixed the #lookahead. I never use it myself - I prefer explicit declarations
I simply must use it because there are lot of code in awinho37.inc

Charles Pegge

I prefer to organize functions in natural order because it is easier to see the program architecture with the lowest levels defined first. This does not work for recursive functions, of course, and procedure declaration becomes a necessity in this case.