The two assignment statements above, therefore, both create the same list of string values.
因此,上面两个赋值语句创建相同的字符串值列表。
The equal sign does the same thing as the assignment arrow, but may only be used at the top-level scope, not also in nested expressions.
等号可以完成与赋值箭头 (assignment arrow)相同的功能,但是只能用于最高层次范围,不能用于嵌套的表达式。
Another, more compact way to represent the same expression is to use an assignment statement similar to this.
另一种更紧凑的表达方式是使用下面这样的赋值语句。
So that's the key thing to-- to realize; that what the assignment did was have two separate paths to the same object.
认识到赋值会造成两个独立的绑定到;,同一对象上这件事情很关键,因此我可以通过这一条或者。
Number three, pointer assignment, takes one pointer and changes it to point to the same pointee as another pointer so after the assignment the two pointers will point to the same pointee.
第三条,指针赋值,使一个指针,指向另外一个指针所指向的数据,赋值过后,两个指针会指向,同样的数据。
应用推荐