Skip Navigation

The Julia REPL · The Julia Language | The Julia REPL has five main modes of operation

Tip:

In Julia mode, the REPL supports something called prompt pasting. This activates when pasting text that starts with julia> into the REPL. In that case, only expressions starting with julia> (as well as the other REPL mode prompts: shell>, help?>, pkg> ) are parsed, but others are removed.

0
0 comments