We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
include
1 parent 095e753 commit 18976d8Copy full SHA for 18976d8
base/sysimg.jl
@@ -35,7 +35,7 @@ Use [`Base.include`](@ref) to evaluate a file into another module.
35
at top-level and inserts an implicit `@Core.latestworld` to make any include'd
36
definitions visible to subsequent code. Note however that this recognition
37
is *syntactic*. I.e. assigning `const myinclude = include` may require
38
- and explicit `@Core.latestworld` call after `myinclude`.
+ an explicit `@Core.latestworld` call after `myinclude`.
39
40
!!! compat "Julia 1.5"
41
Julia 1.5 is required for passing the `mapexpr` argument.
0 commit comments