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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ar/glossary/first-class_function/index.html b/files/ar/glossary/first-class_function/index.html
index 405e49ea6b..83e098f519 100644
--- a/files/ar/glossary/first-class_function/index.html
+++ b/files/ar/glossary/first-class_function/index.html
@@ -1,7 +1,8 @@
---
title: الدوال من الدرجة الأولى
-slug: Glossary/الدوال_من_الدرجة_الأولى
+slug: Glossary/First-class_Function
translation_of: Glossary/First-class_Function
+original_slug: Glossary/الدوال_من_الدرجة_الأولى
---
<p dir="rtl">يقال عن لغة البرمجة أنها تملك <strong>دوال من الدرجة الأولى</strong> عندما تعامل هذه الدوال في تلك اللغة كأي متغير أخر. على سبيل المثال، في تلك اللغات، يمكن أن تمرر الدالة كمعامل لدالة أخرى، ويمكن أن يتم إرجاعها من قبل دالة أخرى، ويمكن تعيينها كقيمة لمتغير.</p>