Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include
only works on global scope (#39317)
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).
- Loading branch information