Statements define algorithmic
actions within a program. Simple statements like assignments and procedure
calls can combine to form loops, conditional statements, and other structured
statements.
Multiple statements within a
block, and in the initialization or finalization section of a unit, are
separated by semicolons.
About declarations and statements
语句定义了程序中的算法行为。简单语句如赋值和函数调用,能联合到循环语句、条件语句以及其他结构语句中。
在块、接口节或实现节中,多重语句之间用分号(;)隔开。