assignment statement expression
常见例句
- Another, more compact way to represent the same expression is to use an assignment statement similar to this
另一種更緊湊的表達方式是使用下麪這樣的賦值語句 - 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.
例如你要寫一句賦值語句,你可以聲明任何類型的變量,在等號的左邊使用任何標識符,然後在右邊給出任何的表達式。 - 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.
屬性值會如同變數或常數蓡與運算式的方式蓡與運算式,或是儲存於指派陳述式左邊的變數或屬性中。 返回 assignment statement expression