aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/first-class_function
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
commit8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch)
tree616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/glossary/first-class_function
parenta55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff)
downloadtranslated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip
unslug es: modify
Diffstat (limited to 'files/es/glossary/first-class_function')
-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>