diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
commit | 1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch) | |
tree | 86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/glossary/boolean/index.html | |
parent | 68fc8e96a9629e73469ed457abd955e548ec670c (diff) | |
download | translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2 translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip |
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/glossary/boolean/index.html')
-rw-r--r-- | files/pt-br/glossary/boolean/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-br/glossary/boolean/index.html b/files/pt-br/glossary/boolean/index.html index f1b5a80c38..208c29c4e5 100644 --- a/files/pt-br/glossary/boolean/index.html +++ b/files/pt-br/glossary/boolean/index.html @@ -1,7 +1,8 @@ --- title: Booleano -slug: Glossario/Booleano +slug: Glossary/Boolean translation_of: Glossary/Boolean +original_slug: Glossario/Booleano --- <p>Um <strong>booleano</strong>, em ciência da computação, é um tipo de dado lógico que pode ter apenas um de dois valores possíveis: <code>verdadeiro</code> ou <code>falso</code>. Por exemplo, em JavaScript, condicionais booleanas são usadas para decidir quais trechos do cógigo serão executados ou repetidas.</p> |