aboutsummaryrefslogtreecommitdiff
path: root/files/ar/glossary/first-class_function/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ar/glossary/first-class_function/index.html')
-rw-r--r--files/ar/glossary/first-class_function/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/files/ar/glossary/first-class_function/index.html b/files/ar/glossary/first-class_function/index.html
new file mode 100644
index 0000000000..405e49ea6b
--- /dev/null
+++ b/files/ar/glossary/first-class_function/index.html
@@ -0,0 +1,14 @@
+---
+title: الدوال من الدرجة الأولى
+slug: Glossary/الدوال_من_الدرجة_الأولى
+translation_of: Glossary/First-class_Function
+---
+<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>