From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/conditional/index.html | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 files/ja/glossary/conditional/index.html (limited to 'files/ja/glossary/conditional') diff --git a/files/ja/glossary/conditional/index.html b/files/ja/glossary/conditional/index.html new file mode 100644 index 0000000000..a30af320d9 --- /dev/null +++ b/files/ja/glossary/conditional/index.html @@ -0,0 +1,34 @@ +--- +title: Conditional (条件式) +slug: Glossary/Conditional +tags: + - Beginner + - CodingScripting + - Glossary +translation_of: Glossary/Conditional +--- +

条件 とは、条件式が満たされるか否かによって、通常のコード実行を強制停止したり、変更したりする、一連のルールです。

+ +

特定の条件が満たされる場合、1 つの命令または一連の命令が実行されます。それ以外では、他の命令が実行されます。1 つの命令または一連の命令の実行を、条件がまだ満たされない間に繰り返すこともできます。

+ +

もっと学習する

+ +

一般知識

+ + + +

技術リファレンス

+ + + +

これについて学習する

+ + + +
-- cgit v1.2.3-54-g00ecf