Skip to content

Commit

Permalink
Mention REPL help mode in getting started doc (#41663)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunS-tack authored Sep 1, 2021
1 parent 27a2266 commit 9954aaa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/src/manual/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,19 @@ command-line-options).

A curated list of useful learning resources to help new users get started can be found on the [learning](https://julialang.org/learning/) page of the main Julia web site.

You can use the REPL as a learning resource by switching into the help mode.
Switch to help mode by pressing `?` at an empty `julia> ` prompt, before typing
anything else. Typing a keyword in help mode will fetch the documentation for
it, along with examples. Similarly for most functions or other objects you
might encounter!

```
help?> begin
search: begin disable_sigint reenable_sigint
begin
begin...end denotes a block of code.
```

If you already know Julia a bit, you might want to peek ahead at [Performance Tips](@ref man-performance-tips) and [Workflow Tips](@ref man-workflow-tips).

0 comments on commit 9954aaa

Please sign in to comment.