compound statement
常見例句
- In this instance, the indentation isn't mandatory, as it is with a compound statement.
在本例中,縮進(jìn)不是強(qiáng)制性的,就跟一個復(fù)合語句一樣。 - A compound statement consists of a flow control instruction, followed by a colon character (:), followed by a block of program statements.
一個復(fù)合語句包括一個流控制指令,后跟一個冒號(:),然后再是一個程序語句塊。 - The last thing in the compound statement should be an expression followed by a semicolon; the value of this subexpression serves as the value of the entire construct.
在這個復(fù)合的聲明的最后要是一個由分號結(jié)尾的表達(dá)式。 這個子語句的是作為整個結(jié)構(gòu)的值的。 返回 compound statement