[fpc-pascal] C translation question

Ryan Joseph ryan at thealchemistguild.com
Sat Oct 22 11:59:40 CEST 2016



> On Oct 22, 2016, at 4:45 PM, C Western <l at c-m-w.me.uk> wrote:
> 
>> j := i + 1;
> might want this at the end of the loop.

Doing that defiantly broke it. I think ā€œjā€ is being set inside the for() construct and before each pass of the loop. The author explains the for loop even but the fact it requires an explanation makes my worry about how easy it is to mess up. :)

Regards,
	Ryan Joseph




More information about the fpc-pascal mailing list