Skip to content

Commit d6f20d0

Browse files
authored
Added a tip block to "getting started" tutorial (#3156)
1 parent 98ffa44 commit d6f20d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/tutorials/getting-started/index.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ gremlin>
7575
TIP: Windows users may use the included `bin/gremlin.bat` (`bin/gremlin-java8.bat` for Java 8) file to start the Gremlin
7676
Console.
7777
78+
TIP: If you make a mistake when entering a command and the prompt gets "stuck" (for example, after a syntax error or an
79+
incomplete statement), you can use the `:clear` (or `:c`) command to reset the console's input buffer and return to a
80+
normal prompt.
81+
7882
The Gremlin Console is a link:http://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop[REPL environment],
7983
which provides a nice way to learn Gremlin as you get immediate feedback for the code that you enter. This eliminates
8084
the more complex need to "create a project" to try things out. The console is not just for "getting started", however.

0 commit comments

Comments
 (0)