mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-19 01:59:48 +00:00
Add how to newline repl tips at start-up
This commit is contained in:
parent
f7cb015b6b
commit
20fcacbcd6
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@ pub const TIPS: &str = concatcp!(
|
|||
BLUE,
|
||||
" - ",
|
||||
END_COL,
|
||||
"You can use `Ctrl+V`+`Ctrl+J` to make a newline. The repl will also insert a newline if you press enter",
|
||||
" when the current expression can not be evaluated, e.g. when you type `foo =<ENTER>`.\n\n",
|
||||
BLUE,
|
||||
" - ",
|
||||
END_COL,
|
||||
":q to quit\n\n",
|
||||
BLUE,
|
||||
" - ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue