local scope
Last updated
Was this helpful?
Last updated
Was this helpful?
โฉ โฉ global
A local scope is formed at each new level of code orgazination below the . For example, a new โฑโฑ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 .