home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02201.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  192.5 KB  |  1 channel  |  11,025 sample rate  |  18 seconds
Transcription: A FOR loop has three parts. The initial state sets any conditions before the loop is run. The BEFORE expression is the condition that must be met before the loop body is executed again. The AFTER expression is code to be run after the loop body is run.