<p>Am 05.10.2015 15:43 schrieb "Adriaan van Os" <<a href="mailto:fpc@microbizz.nl">fpc@microbizz.nl</a>>:<br>
><br>
> Sven Barth wrote:<br>
><br>
>> The for-loop-variable contains a valid value after the loop if the loop was left using a break or goto (this does not seem to be documented in FPC's language reference guide, but AFAIK it is in Delphi; also don't know what the ISO standard says about this...).<br>
><br>
><br>
> ISO/IEC 7185 :1990(E) says in section 6.8 .3.9 For-statements<br>
><br>
> After a for-statement is executed, other than being left by a goto-statement, the control-variable shall be undefined .</p>
<p>Thanks, so this applies to ISO as well ^^</p>
<p>Regards,<br>
Sven</p>