Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ab36e commit d62fef4Copy full SHA for d62fef4
1 file changed
reference/simple_stmts.po
@@ -334,6 +334,8 @@ msgid ""
334
"first looks-up ``a[i]``, then it evaluates ``f(x)`` and performs the "
335
"addition, and lastly, it writes the result back to ``a[i]``."
336
msgstr ""
337
+"不同于普通赋值,增强赋值会在对右手边求值 *之前* 对左手边求值。 例如,``a[i] += f(x)`` 首先查找 ``a[i]``,然后对 "
338
+"``f(x)`` 求值并执行加法操作,最后将结果写回到 ``a[i]``。"
339
340
#: ../../reference/simple_stmts.rst:308
341
msgid ""
0 commit comments