Originale-mail to me for new edition

 

Statements

 

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.

Simple statements

Structured statements

 

Topic groups

 

See also

About declarations and statements

Declarations

 

 

译文

 

语句

 

语句定义了程序中的算法行为。简单语句如赋值和函数调用,能联合到循环语句、条件语句以及其他结构语句中。

在块、接口节或实现节中,多重语句之间用分号(;)隔开。

简单语句

结构语句

 

主题组

 

相关主题

声明和语句:概述

声明