File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
docs/src/tutorials/getting-started Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,10 @@ gremlin>
75
75
TIP: Windows users may use the included `bin/gremlin.bat` (`bin/gremlin-java8.bat` for Java 8) file to start the Gremlin
76
76
Console.
77
77
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
+
78
82
The Gremlin Console is a link:http://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop[REPL environment],
79
83
which provides a nice way to learn Gremlin as you get immediate feedback for the code that you enter. This eliminates
80
84
the more complex need to "create a project" to try things out. The console is not just for "getting started", however.
You can’t perform that action at this time.
0 commit comments