home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02143.TXT < prev    next >
Encoding:
Text File  |  1993-11-16  |  148 b   |  4 lines

  1. The else clause does not include braces because a simple 
  2. statement, rather than a compound statement, is executed when 
  3. the condition is false.
  4.