File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,10 @@ msgid ""
46
46
"grouping perceived by the parser and the human reader. Occasionally C "
47
47
"programmers will encounter a fragment of code like this::"
48
48
msgstr ""
49
+ "因為沒有開始/結束括號,因此剖析器和人類讀者感知到的分組就不存在分歧。"
50
+ "偶爾 C 語言的程式設計師會遇到這樣的程式碼片段:\n"
51
+ "\n"
52
+ "::"
49
53
50
54
#: ../../faq/design.rst:26
51
55
msgid ""
@@ -54,6 +58,9 @@ msgid ""
54
58
"will sometimes stare at it a long time wondering as to why ``y`` is being "
55
59
"decremented even for ``x > y``."
56
60
msgstr ""
61
+ "若陳述為真,則只有 ``x++`` 會執行,但縮排讓很多人誤會意思不是這樣。"
62
+ "即便是經驗豐富的 C 語言程式設計師,有時也會盯著螢幕良久,思考為什麼即便是 ``x > y``"
63
+ "的時候 ``y`` 也會減少。"
57
64
58
65
#: ../../faq/design.rst:31
59
66
msgid ""
@@ -89,7 +96,9 @@ msgstr "為何浮點數運算如此不精確?"
89
96
90
97
#: ../../faq/design.rst:56
91
98
msgid "Users are often surprised by results like this::"
92
- msgstr ""
99
+ msgstr "使用者時常對這樣的結果感到驚訝:\n"
100
+ "\n"
101
+ "::"
93
102
94
103
#: ../../faq/design.rst:61
95
104
msgid ""
You can’t perform that action at this time.
0 commit comments