aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/first-class_function/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/glossary/first-class_function/index.html')
-rw-r--r--files/es/glossary/first-class_function/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/glossary/first-class_function/index.html b/files/es/glossary/first-class_function/index.html
index 311f068470..1d1e569277 100644
--- a/files/es/glossary/first-class_function/index.html
+++ b/files/es/glossary/first-class_function/index.html
@@ -1,7 +1,8 @@
---
title: Funcion de primera clase
-slug: Glossary/Funcion_de_primera_clase
+slug: Glossary/First-class_Function
translation_of: Glossary/First-class_Function
+original_slug: Glossary/Funcion_de_primera_clase
---
<p>Un lenguaje de programación se dice que tiene <strong>Funciones de primera clase </strong>cuando las funciones en ese lenguaje son tratadas como cualquier otra variable. Por ejemplo, en ese lenguaje, una función puede ser pasada como argumento a otras funciones, puede ser retornada por otra función y puede ser asignada a una variable.</p>