aboutsummaryrefslogtreecommitdiff
path: root/files/ar/glossary/first-class_function/index.html
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/ar/glossary/first-class_function/index.html
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/ar/glossary/first-class_function/index.html')
-rw-r--r--files/ar/glossary/first-class_function/index.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/files/ar/glossary/first-class_function/index.html b/files/ar/glossary/first-class_function/index.html
deleted file mode 100644
index 83e098f519..0000000000
--- a/files/ar/glossary/first-class_function/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: الدوال من الدرجة الأولى
-slug: Glossary/First-class_Function
-translation_of: Glossary/First-class_Function
-original_slug: Glossary/الدوال_من_الدرجة_الأولى
----
-<p dir="rtl">يقال عن لغة البرمجة أنها تملك <strong>دوال من الدرجة الأولى</strong> عندما تعامل هذه الدوال في تلك اللغة كأي متغير أخر. على سبيل المثال، في تلك اللغات، يمكن أن تمرر الدالة كمعامل لدالة أخرى، ويمكن أن يتم إرجاعها من قبل دالة أخرى، ويمكن تعيينها كقيمة لمتغير.</p>
-
-<h2 dir="rtl" id="تعلم_المزيد">تعلم المزيد</h2>
-
-<h3 dir="rtl" id="معلومات_عامة">معلومات عامة</h3>
-
-<ul dir="rtl">
- <li>مقالة <a href="https://en.wikipedia.org/wiki/First-class_function">الدوال من الدرجة الأولى</a> في ويكيبيديا.</li>
-</ul>