diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
commit | 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch) | |
tree | 004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/glossary/first-class_function/index.html | |
parent | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff) | |
download | translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2 translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip |
unslug fr: modify
Diffstat (limited to 'files/fr/glossary/first-class_function/index.html')
-rw-r--r-- | files/fr/glossary/first-class_function/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/fr/glossary/first-class_function/index.html b/files/fr/glossary/first-class_function/index.html index 3b6b8eeafc..7c2c1e18af 100644 --- a/files/fr/glossary/first-class_function/index.html +++ b/files/fr/glossary/first-class_function/index.html @@ -1,10 +1,11 @@ --- title: Fonction de première classe -slug: Glossaire/Fonction_de_première_classe +slug: Glossary/First-class_Function tags: - Fonctions - Glossaire translation_of: Glossary/First-class_Function +original_slug: Glossaire/Fonction_de_première_classe --- <p><span id="result_box" lang="fr"><span>Un langage de programmation est dit avoir des fonctions de première classe lorsque les fonctions dans ce langage sont traitées comme n'importe quelle autre variable.</span> <span>Par exemple, dans un tel langage, une fonction peut être transmise en tant qu'argument à d'autres fonctions, peut être retournée par une autre fonction et peut être affectée en tant que valeur à une variable.</span></span></p> |