aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/statement/index.html
blob: 248dcb73f31174e8760ab47009a7c978bc335414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>