summaryrefslogtreecommitdiffstats
path: root/docs/content/en/quick-reference/glossary/scope.md
blob: 5a13312a6a2501aea291f6b28ecb1562e2f83f7d (plain) (blame)
1
2
3
4
5
---
title: scope
---

The term _scope_ refers to the specific region of code where a [_variable_](g) or [_object_](g) is accessible. For example, a variable initialized in one [template](g) is not available within another.