home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02142.TXT < prev    next >
Encoding:
Text File  |  1993-08-10  |  237 b   |  5 lines

  1. You identify a group of statements as a block by surrounding them
  2. with braces.  Assuming the if expression is true, some output
  3. is done, a new variable is created, a calculation is performed,
  4. and some additional output is displayed.
  5.