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

  1. A simple C++ statement ends with a semicolon.  A group of
  2. statements that is enclosed by a pair of braces is a compound
  3. statement.  A compound statement is also called a block.  In this
  4. example, the statements in the braces are treated as a single
  5. unit, and they are all executed when the condition "a greater
  6. than zero" is true.
  7.