We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a2a29 commit 830311eCopy full SHA for 830311e
howto/functional.po
@@ -178,6 +178,11 @@ msgid ""
178
"their side effects of sending some text to the screen or pausing execution "
179
"for a second."
180
msgstr ""
181
+"ある言語では純粋さにとても厳しく ``a=3`` や ``c = a + b`` のような代入文すら"
182
+"存在しないほどですが、画面への表示やディスクファイルへの書き込みなど、すべて"
183
+"の副作用を避けるのは難しいです。別の例として、 :func:`print` や :func:`time."
184
+"sleep` 関数の呼び出しもありますが、どちらも有用な値を返しません。画面にテキス"
185
+"トを送ったり、実行を 1 秒間停めたりといった副作用のためだけに呼ばれるのです。"
186
187
#: ../../howto/functional.rst:73
188
msgid ""
0 commit comments