assignment statement expression
常見(jiàn)例句
- Another, more compact way to represent the same expression is to use an assignment statement similar to this
另一種更緊湊的表達(dá)方式是使用下面這樣的賦值語(yǔ)句 - In writing an assignment statement, for example, you can declare variables of any type, use any identifier to the left of the equal sign, and supply any expression on the right.
例如你要寫一句賦值語(yǔ)句,你可以聲明任何類型的變量,在等號(hào)的左邊使用任何標(biāo)識(shí)符,然后在右邊給出任何的表達(dá)式。 - The value of the property participates in the expression just as a variable or constant would, or it is stored in the variable or property on the left side of the assignment statement.
屬性值會(huì)如同變數(shù)或常數(shù)參與運(yùn)算式的方式參與運(yùn)算式,或是儲(chǔ)存于指派陳述式左邊的變數(shù)或?qū)傩灾小?/li> 返回 assignment statement expression