julia
Julia ericjmorey Now 100%

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

https://docs.julialang.org/en/v1/stdlib/REPL/#The-different-prompt-modes

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.

9
0
Comments 0