diff options
Diffstat (limited to 'files/ja/glossary/constant/index.html')
-rw-r--r-- | files/ja/glossary/constant/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ja/glossary/constant/index.html b/files/ja/glossary/constant/index.html index 40353e759b..17b789d8b4 100644 --- a/files/ja/glossary/constant/index.html +++ b/files/ja/glossary/constant/index.html @@ -1,11 +1,12 @@ --- title: Constant -slug: Glossary/Constant(定数) +slug: Glossary/Constant tags: - CodingScripting - Constant - Glossary translation_of: Glossary/Constant +original_slug: Glossary/Constant(定数) --- <p>定数とはプログラマーが変更できない値のことです。例えば、数値 (1, 2, 42) です。一方、{{glossary("variable","変数")}}の場合、プログラマーは既に使用されている変数名に新しい{{glossary("value","値")}}を割り当てられます。</p> |