Interactive programming (repl): Difference between revisions

m
Typing error.
m (Typing error corrected.)
m (Typing error.)
Line 706:
Java has an interactive REPL (Read-Evaluate-Print-Loop) console, jshell, that is included with the JDK.
The REPL is started by invoking: $JAVA_HOME/bin/jshell
Here is a sample session to accomplish thisthe task.
| Welcome to JShell -- Version 20
907

edits