Files
2026-07-13 11:58:46 +08:00

225 B

title
title
scope

The term scope refers to the specific region of code where a variable or object is accessible. For example, a variable initialized in one template is not available within another.