home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH02
/
A02201.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-07-27
|
268 b
|
6 lines
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.