Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!mips!apple!altos!altos86!drori From: drori@altos86.Altos.COM (Ghiora Drori) Newsgroups: comp.lang.modula2 Subject: Re: BY expression Message-ID: <231@altos86.Altos.COM> Date: 3 Feb 90 03:07:03 GMT References: <90033.103548TRL3@PSUVM.BITNET> Reply-To: drori@altos86.UUCP (Ghiora Drori) Organization: Altos Computer Systems, San Jose, CA Lines: 4 The reason for designing the FOR the way (to the best of my knowledge) is so a reader can tell that you are going to be doing a fixed number of loops. If not you should use a While statement. In other words self documenting.@