assignment statement 双语例句
全部
1·The assignment statement produces no output.
赋值语句是不会有任何输出的。
2·So in particular, that is an assignment statement.
特别要说的是,这是赋值声明。
3·An assignment statement which looks like a comparison.
一个赋值语句看起来像比较语句。
4·Use the property name on the left side of an assignment statement.
请在指派陈述式的左边使用属性名称。
5·Use the variable name on the left side of an assignment statement.
通过将变量名称置于赋值语句的左侧,可以在变量中存储值。
6·You use a normal assignment statement to assign an object to an object variable.
您可使用一般的指派陈述式来指派物件给物件变数。
7·Use a standard assignment statement to assign the source array to the destination array.
使用标准赋值语句将源数组赋给目标数组。
8·The first statement right here, that's just an assignment statement, I'm giving some value to x.
第一个声明在这里,这仅仅是一个赋值声明,我赋值给x一个值。
9·If the repeated declaration has an initializer, it ACTS as if it were simply an assignment statement.
如果重复的声明有一个初始值,那么它担当的不过是一个赋值语句的角色。
10·Another, more compact way to represent the same expression is to use an assignment statement similar to this.
另一种更紧凑的表达方式是使用下面这样的赋值语句。
