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