blob: 16a2fa82499f3f2e4d55d511031e73003ae5dde2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
title: Local scope
slug: Glossary/Local_scope
tags:
- Geltungsbereich
- Locale
- Locale Scope
- Lokaler Geltungsbereich
translation_of: Glossary/Local_scope
---
<p>Der Local scope – lokale Geltungsbereich - ist das Merkmal, das {{glossary("variable","variables")}} - Variablen -, zu lokalen Variablen macht, d.h. ihr Variablennamen ist nur innerhalb eines bestimmten Geltungsbereiches an seinen jeweiligen {{glossary("value")}} /Wert gebunden.</p>
<h2 id="Learn_more">Learn more</h2>
<h3 id="General_knowledge">General knowledge</h3>
<ul>
<li>{{interwiki("wikipedia", "Scope (computer science)", "Scope")}} on Wikipedia</li>
</ul>
|