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
Just changed the ending of a phrase:
"`include` behaves as if the contents of the source file were evaluated in its place."
to
"`include` behaves as if the contents of the source file were evaluated in the global scope of the including module."
because I have already answered more than one person in Discourse trying to load variable definitions and code pieces from another file to inside a function scope (instead the global scope).
0 commit comments