home *** CD-ROM | disk | FTP | other *** search
- A simple C++ statement ends with a semicolon. A group of
- statements that is enclosed by a pair of braces is a compound
- statement. A compound statement is also called a block. In this
- example, the statements in the braces are treated as a single
- unit, and they are all executed when the condition "a greater
- than zero" is true.
-