aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/first-class_function/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/glossary/first-class_function/index.html')
-rw-r--r--files/ru/glossary/first-class_function/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ru/glossary/first-class_function/index.html b/files/ru/glossary/first-class_function/index.html
index aaae7749e5..a54ce91210 100644
--- a/files/ru/glossary/first-class_function/index.html
+++ b/files/ru/glossary/first-class_function/index.html
@@ -1,10 +1,11 @@
---
title: Функции первого класса
-slug: Словарь/First-class_Function
+slug: Glossary/First-class_Function
tags:
- Glossary
- Глоссарий
translation_of: Glossary/First-class_Function
+original_slug: Словарь/First-class_Function
---
<p>Если язык программирования имеет функции первого класса, то значит они трактуются как объекты, то есть могут быть переданы другим функциям и их можно вернуть из функций. Так же их можно присваивать переменным.</p>