diff options
Diffstat (limited to 'files/pt-br/glossary/first-class_function/index.html')
-rw-r--r-- | files/pt-br/glossary/first-class_function/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-br/glossary/first-class_function/index.html b/files/pt-br/glossary/first-class_function/index.html index 552b841dfa..b8dca95711 100644 --- a/files/pt-br/glossary/first-class_function/index.html +++ b/files/pt-br/glossary/first-class_function/index.html @@ -1,7 +1,8 @@ --- title: Função First-class -slug: Glossario/Funcao-First-class +slug: Glossary/First-class_Function translation_of: Glossary/First-class_Function +original_slug: Glossario/Funcao-First-class --- <p>Entede-se que uma linguagem de programação tem <strong>Função First-class</strong> quando suas funções são tratadas como qualquer outra variável. Por exemplo, numa linguagem desse tipo, a função pode ser passada como argumento pra outras funções, ser retornada por outra função e pode ser atribuída como um valor à uma variável.</p> |