Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5aec17c

Browse files
Faq design (#309)
Co-authored-by: Wei-Hsiang (Matt) Wang <[email protected]>
1 parent 7362add commit 5aec17c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

faq/design.po

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ msgid ""
4646
"grouping perceived by the parser and the human reader. Occasionally C "
4747
"programmers will encounter a fragment of code like this::"
4848
msgstr ""
49+
"因為沒有開始/結束括號,因此剖析器和人類讀者感知到的分組就不存在分歧。"
50+
"偶爾 C 語言的程式設計師會遇到這樣的程式碼片段:\n"
51+
"\n"
52+
"::"
4953

5054
#: ../../faq/design.rst:26
5155
msgid ""
@@ -54,6 +58,9 @@ msgid ""
5458
"will sometimes stare at it a long time wondering as to why ``y`` is being "
5559
"decremented even for ``x > y``."
5660
msgstr ""
61+
"若陳述為真,則只有 ``x++`` 會執行,但縮排讓很多人誤會意思不是這樣。"
62+
"即便是經驗豐富的 C 語言程式設計師,有時也會盯著螢幕良久,思考為什麼即便是 ``x > y``"
63+
"的時候 ``y`` 也會減少。"
5764

5865
#: ../../faq/design.rst:31
5966
msgid ""
@@ -89,7 +96,9 @@ msgstr "為何浮點數運算如此不精確?"
8996

9097
#: ../../faq/design.rst:56
9198
msgid "Users are often surprised by results like this::"
92-
msgstr ""
99+
msgstr "使用者時常對這樣的結果感到驚訝:\n"
100+
"\n"
101+
"::"
93102

94103
#: ../../faq/design.rst:61
95104
msgid ""

0 commit comments

Comments
 (0)