diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:47:32 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:47:32 +0100 |
commit | 6cfd1f09e599d9bb5da01e943981925d1873e3ce (patch) | |
tree | ff4233e580ce34c9d51c338aec6bdbd40d531288 /files/hu/glossary/first-class_function/index.html | |
parent | 799f1d56539e5a895d70eb88a86f0379f3a3ae0d (diff) | |
download | translated-content-6cfd1f09e599d9bb5da01e943981925d1873e3ce.tar.gz translated-content-6cfd1f09e599d9bb5da01e943981925d1873e3ce.tar.bz2 translated-content-6cfd1f09e599d9bb5da01e943981925d1873e3ce.zip |
unslug hu: modify
Diffstat (limited to 'files/hu/glossary/first-class_function/index.html')
-rw-r--r-- | files/hu/glossary/first-class_function/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/hu/glossary/first-class_function/index.html b/files/hu/glossary/first-class_function/index.html index 5a36982129..e20a6bb16d 100644 --- a/files/hu/glossary/first-class_function/index.html +++ b/files/hu/glossary/first-class_function/index.html @@ -1,11 +1,12 @@ --- title: Elsőrendű függvények -slug: Glossary/Elso_osztalyu_funkciok +slug: Glossary/First-class_Function tags: - JavaScript - Szkriptelés - Szójegyzék translation_of: Glossary/First-class_Function +original_slug: Glossary/Elso_osztalyu_funkciok --- <p>Egy programnyelvnek <strong>Elsőrendű függvény</strong>ei vannak, ha a nyelv függvényeit úgy kezeljük mint a többi változót. Egy ilyen nyelveben függvényeket adhatunk meg más függvények paramátereként, függvények más függvényeket adhatnak vissza és váltózókhoz is hozzárendelhetjük őket.</p> |