赋值操作符 meaning in English
assignment operators
Examples
- By overloading the assignment operator and exploiting the deterministic finalization provided by c scoping , c programs can use the
通过重载赋值操作符并利用c + +作用域提供的确定性结束, c + +程序可以将 - In addition to standard addition , subtraction , multiplication , and division , awk allows us to use the previously demonstrated exponent operator " " , the modulo remainder operator " % " , and a bunch of other handy assignment operators borrowed from c
除了标准的加、减、乘、除, awk还允许使用前面演示过的指数运算符" ^ " 、模(余数)运算符" % "和其它许多从c语言中借入的易于使用的赋值操作符。