Variable assignment / SET statement
变量赋值 / SET 语句
This is variable assignment in Clojure.
这是 Clojure 内的变量赋值。
Variable assignment in Vimscript requires a special keyword, let.
Vimscript中的变量分配需要一个特殊的关键字,let。
- And here as promised is that other operator -- looks a little weird, but because assignment is already using the equal sign to assign one value on the right to a variable on the left.
在这里正像所承诺的那样,其他的操作-,看起来有点怪异,但是因为“=“已经被用来当赋值运算符了,用来把右边的一个值赋值给左边的变量。
应用推荐