Sometimes, a line of code contains more than one executablestatement.
有时候,一个代码行会包含多个可执行语句。
2
The specification of an executablestatement that forms an abstraction of a computational procedure.
动作是一条可执行语句的规格说明,此规格说明形成计算例程的抽象。
3
The GOTO label statement can unconditionally exit from a loop and transfer control to the executablestatement or statement block that follows the specified statement label.
GO TO标签语句可以无条件地退出循环,并将控制权转移到跟在指定的语句标签之后的可执行语句或语句块。