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

  1. In this example, the compound statement following the if is
  2. executed if x is greater than 0.  Otherwise, the compound
  3. statement following the else is executed.  The braces in
  4. this example ensure that the statements following the if and
  5. the else are treated as single statements.
  6.