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 | 68fc8e96a9629e73469ed457abd955e548ec670c (patch) | |
tree | 8529ab9fe63d011f23c7f22ab5a4a1c5563fcaa4 /files/pt-br/glossary/statement | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.gz translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.bz2 translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.zip |
unslug pt-br: move
Diffstat (limited to 'files/pt-br/glossary/statement')
-rw-r--r-- | files/pt-br/glossary/statement/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/pt-br/glossary/statement/index.html b/files/pt-br/glossary/statement/index.html new file mode 100644 index 0000000000..aada0eeb58 --- /dev/null +++ b/files/pt-br/glossary/statement/index.html @@ -0,0 +1,27 @@ +--- +title: Declaração +slug: Glossario/Declaração +tags: + - Glossário + - Iniciante + - declarações +translation_of: Glossary/Statement +--- +<p>Em uma linguagem de programação, uma <strong>declaração</strong> é uma linha de código que dá comando para execução de uma tarefa. Cada programa é composto por uma sequência de declarações.</p> + +<h2 id="Aprenda_mais" style="line-height: 30px; font-size: 2.14285714285714rem;">Aprenda mais</h2> + +<h3 id="Conhecimento_geral">Conhecimento geral</h3> + +<ul> + <li><a href="https://pt.wikipedia.org/wiki/Declara%C3%A7%C3%A3o_%28inform%C3%A1tica%29">Declaração</a> na Wikipedia</li> +</ul> + +<h3 id="Referencia_técnica">Referencia técnica</h3> + +<ul> + <li><a href="https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Statements">JavaScript declarações</a></li> +</ul> + +<ul> +</ul> |