Statements
A member definition is written by statements.
Table of contents:
Statements
Statements of the Rice are the following 17 types.
Statement is categorized into "single statement" and "compound statement" according to whether it can include other statements.
Single statements
Single statements are the following 11 types. They can not include other statements. They represent the end of a statement by a semicolon.
Compound statements
Compound statements are the following 6 types. They can include other statements. They represent the end of a statement by an appropriate keyword.