From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../constant(\345\256\232\346\225\260)/index.html" | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 "files/ja/glossary/constant(\345\256\232\346\225\260)/index.html" (limited to 'files/ja/glossary/constant(定数)/index.html') diff --git "a/files/ja/glossary/constant(\345\256\232\346\225\260)/index.html" "b/files/ja/glossary/constant(\345\256\232\346\225\260)/index.html" new file mode 100644 index 0000000000..40353e759b --- /dev/null +++ "b/files/ja/glossary/constant(\345\256\232\346\225\260)/index.html" @@ -0,0 +1,20 @@ +--- +title: Constant +slug: Glossary/Constant(定数) +tags: + - CodingScripting + - Constant + - Glossary +translation_of: Glossary/Constant +--- +

定数とはプログラマーが変更できない値のことです。例えば、数値 (1, 2, 42) です。一方、{{glossary("variable","変数")}}の場合、プログラマーは既に使用されている変数名に新しい{{glossary("value","値")}}を割り当てられます。

+ +

変数と同様に、定数を識別子に割り当てられることがあります。例えば、pi という識別子に 3.14... (円周率) を割り当てることがあります。

+ +

詳細情報

+ +

基礎知識

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