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.
1 parent cd80167 commit 777c5e3Copy full SHA for 777c5e3
base/client.jl
@@ -627,8 +627,8 @@ entrypoint. The precise semantics of the entrypoint depend on the CLI driver.
627
In the `julia` driver, if `Main.main` is marked as an entrypoint, it will be automatically called upon
628
the completion of script execution.
629
630
-The `@main` macro may be used standalone or as part of the function definition, though in the latter
631
-case, parentheses are required. In particular, the following are equivalent:
+The `@main` macro may be used standalone or as part of the function definition.
+The following are equivalent:
632
633
```
634
function @main(args)
0 commit comments