You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should the "access" of a child scope be read-only by default? Thus, a scope can access variables in its parent scope but cannot change its value in the parent scope unless declared global or nonlocal?
This is the case for functions. A function definition is not exposed to the parent scope until @export'ed. This well aligns with the tradition in programming.
See this repo https://app.codepod.io/repo/57p4jkgi49412wsdr1bt
The text was updated successfully, but these errors were encountered: