home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A022021.TXT < prev    next >
Encoding:
Text File  |  1993-07-27  |  127 b   |  3 lines

  1. This program first creates x and initializes it to 0. The scope of
  2. x is defined by the block that the "for" statement is in.
  3.