Take the following example:

 for i:= 0 to 2 do;
 WriteLn(i);

Can i safely assume that after the for loop the value of "i" is 2?

Thanks in advance

Luiz
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to