1
0
Fork 0
hugo/docs/content/en/quick-reference/glossary/scope.md

6 lines
223 B
Markdown

---
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.