diff options
Diffstat (limited to 'files/ja/glossary/statement')
-rw-r--r-- | files/ja/glossary/statement/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/ja/glossary/statement/index.html b/files/ja/glossary/statement/index.html new file mode 100644 index 0000000000..248dcb73f3 --- /dev/null +++ b/files/ja/glossary/statement/index.html @@ -0,0 +1,27 @@ +--- +title: Statement (文) +slug: Glossary/Statement +tags: + - Beginner + - CodingScripting + - Glossary +translation_of: Glossary/Statement +--- +<p>コンピュータープログラミング言語では、<strong>文</strong>はタスクを実行するコード行です。すべてのプログラムは文の連続から成っています。</p> + +<h2 id="関連項目" style="line-height: 30px; font-size: 2.14285714285714rem;">関連項目</h2> + +<h3 id="General_knowledge" name="General_knowledge">一般知識</h3> + +<ul> + <li>Wikipedia の {{interwiki("wikipedia", "文_(プログラミング)")}}</li> +</ul> + +<h3 id="Technical_reference" name="Technical_reference">技術リファレンス</h3> + +<ul> + <li><a href="https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Statements">JavaScript の文と宣言</a></li> +</ul> + +<ul> +</ul> |