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.
exit()
?
1 parent dba8a08 commit 3a775cfCopy full SHA for 3a775cf
base/docs/basedocs.jl
@@ -23,6 +23,9 @@ as well as many great tutorials and learning resources:
23
For help on a specific function or macro, type `?` followed
24
by its name, e.g. `?cos`, or `?@time`, and press enter.
25
Type `;` to enter shell mode, `]` to enter package mode.
26
+
27
+To exit the interactive session, type `CTRL-D` (press the
28
+control key together with the `d` key), or type `exit()`.
29
"""
30
kw"help", kw"Julia", kw"julia", kw""
31
0 commit comments