diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/fa/glossary/loop | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/fa/glossary/loop')
-rw-r--r-- | files/fa/glossary/loop/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/fa/glossary/loop/index.html b/files/fa/glossary/loop/index.html new file mode 100644 index 0000000000..5dd5de8f9a --- /dev/null +++ b/files/fa/glossary/loop/index.html @@ -0,0 +1,18 @@ +--- +title: حلقه +slug: Glossary/loop +tags: + - حلقه +translation_of: Glossary/loop +--- +<p dir="rtl">حلقه در اصطلاح {{Glossary("برنامه نویسی کامپیوتر")}}، عبارت از سلسله دستوراتی است که به طور مداوم تکرار شده تا به یک قید یا شرط مشخص برسد. به طور مثال، مراحل گرفتن مقداری از داده ها و تغییر دادن آن، و سپس مطمئن شدن از اینکه قید یا {{Glossary("شرط")}} مشخص شده بررسی شده باشد، برای نمونه، وقتی یک شمارشگر به شماره تعیین شده برسد. </p> + +<h2 id="بیشتر_بدانید">بیشتر بدانید</h2> + +<h3 id="معلومات_عمومی">معلومات عمومی</h3> + +<ul> + <li>{{interwiki("wikipedia", "Control_flow#Loops","Control flow")}} on Wikipedia</li> +</ul> + +<h3 id="sect1"> </h3> |