From 1d435be33d8b76cd7b06cd06996c19d74f83cfd4 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:49:58 +0100 Subject: unslug pt-br: modify --- files/pt-br/glossary/first-class_function/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/pt-br/glossary/first-class_function') 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 ---

Entede-se que uma linguagem de programação tem Função First-class 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.

-- cgit v1.2.3-54-g00ecf