🔸local scope
A local scope is formed at each new level of code orgazination below the global scope. For example, a new type╱function╱code block forms a new local scope.
Based on where a symbol is declared, it's only accessible from code that is at the same or a lower level of scope.
Last updated
Was this helpful?