版本1和2间的区别
于2007-07-19 01:47:36修订的的版本1
大小: 468
编辑: czk
备注:
于2008-02-23 15:34:58修订的的版本2
大小: 468
编辑: localhost
备注: converted to 1.6 markup
未发现区别!

A.9.2 Expression Statement

Most statements are expression statements, which have the form

  • expression-statement:
    • expressionopt;

Most expression statements are assignments or function calls. All side effects from the expression are completed before the next statement is executed. If the expression is missing, the construction is called a null statement; it is often used to supply an empty body to an iteration statement to place a label.

TCPL/A.09.2_Expression_Statement (2008-02-23 15:34:58由localhost编辑)

ch3n2k.com | Copyright (c) 2004-2020 czk.