diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:45:38 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:45:38 +0100 |
commit | 4ab365b110f2f1f2b736326b7059244a32115089 (patch) | |
tree | c3c7c0219f728ade49a78c238c51cc0c8d06ebd6 /files/de/glossary/statement/index.html | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-4ab365b110f2f1f2b736326b7059244a32115089.tar.gz translated-content-4ab365b110f2f1f2b736326b7059244a32115089.tar.bz2 translated-content-4ab365b110f2f1f2b736326b7059244a32115089.zip |
unslug de: move
Diffstat (limited to 'files/de/glossary/statement/index.html')
-rw-r--r-- | files/de/glossary/statement/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/files/de/glossary/statement/index.html b/files/de/glossary/statement/index.html new file mode 100644 index 0000000000..4913ac8f29 --- /dev/null +++ b/files/de/glossary/statement/index.html @@ -0,0 +1,29 @@ +--- +title: Anweisung +slug: Glossary/Anweisung +tags: + - Anweisung + - Glossar + - Glossary + - JavaScript + - befehl +translation_of: Glossary/Statement +--- +<p>In einer Programmiersprache ist eine Anweisung eine Vorschrift innerhalb des Codes, die zur Laufzeit des Programmes einem Befehl entspricht. Jedes Programm ist zusammengesetzt aus einer Folge von Anweisungen. </p> + +<h2 id="Mehr_erfahren" style="line-height: 30px; font-size: 2.14285714285714rem;">Mehr erfahren</h2> + +<h3 id="Allgemeinwissen">Allgemeinwissen</h3> + +<ul> + <li>{{Interwiki("wikipedia", "Statement (computer science)")}} auf Wikipedia (englisch)</li> +</ul> + +<h3 id="Technische_Referenz">Technische Referenz</h3> + +<ul> + <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements">JavaScript: Anweisungen und Deklarationen</a> (englisch)</li> +</ul> + +<ul> +</ul> |