Glossary
- >>>
- The default Jython prompt of the interactive shell. Often seen for code
examples which can be executed interactively in the interpreter.
- ...
- The default Jython prompt of the interactive shell when entering code for
an indented code block or within a pair of matching left and right
delimiters (parentheses, square brackets or curly braces).
- $
- The default Unix prompt.