Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!nrl-cmf!ukma!gatech!purdue!decwrl!hplabs!hpda!hpcuhb!hpcllla!hpclisp!hpcllmr!mark From: mark@hpcllmr.HP.COM (Mark Rozhin) Newsgroups: comp.lang.pascal Subject: Re: Re^2: Control variables in FOR loops Message-ID: <950014@hpcllmr.HP.COM> Date: 3 Feb 89 20:06:19 GMT References: <17913@adm.BRL.MIL> Organization: Hewlett-Packard Calif. Language Lab Lines: 7 >Isn't it also true that the value of 'i' will be undefined following the >termination of the loop contained in procedure 'barf'? this usually means you (the programmer) cannot count on any particular value, rather than counting on the program bombing. mr