diff --git a/base/client.jl b/base/client.jl index 7fc40d7906879..aa0739eaed0fe 100644 --- a/base/client.jl +++ b/base/client.jl @@ -632,10 +632,10 @@ module MyApp end const main = MyApp.main # `julia` Will *NOT* execute MyApp.main unless there is a separate `@main` annotation in `Main` +``` !!! compat "Julia 1.11" This macro is new in Julia 1.11. At present, the precise semantics of `@main` are still subject to change. -``` """ macro main(args...) if !isempty(args)