aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/local_scope/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/glossary/local_scope/index.html')
-rw-r--r--files/ja/glossary/local_scope/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/ja/glossary/local_scope/index.html b/files/ja/glossary/local_scope/index.html
new file mode 100644
index 0000000000..d4f74525d2
--- /dev/null
+++ b/files/ja/glossary/local_scope/index.html
@@ -0,0 +1,18 @@
+---
+title: Local scope (ローカルスコープ)
+slug: Glossary/Local_scope
+tags:
+ - CodingScripting
+ - Glossary
+ - NeedsContent
+translation_of: Glossary/Local_scope
+---
+<p>ローカルスコープは {{glossary("variable","変数")}} をローカルにする変数の特性です(つまり、変数名は {{glossary("global scope", "グローバルスコープ")}} ではないスコープ内の {{glossary("value", "値")}} にのみ結び付けられます)。</p>
+
+<h2 id="Learn_more" name="Learn_more">関連項目</h2>
+
+<h3 id="General_knowledge" name="General_knowledge">一般知識</h3>
+
+<ul>
+ <li>Wikipedia の {{interwiki("wikipedia", "スコープ")}}</li>
+</ul>