来自专业的译者、企业、网页和免费的翻译库。
in addition to the basic assignment operator, there are "combined operators" for all of the binary arithmetic and string operators that allow you to use a value in an expression and then set its value to the result of that expression.
代入式の値は、代入される値です。つまり、"$a = 3" の値は、3です。 これにより、以下のようなトリッキーなことができるようになります。