Interactive programming (repl): Difference between revisions

m
Typing error corrected.
(New post. An existing post was retained, although in my personal opinion it certainly does not accomplish the task.)
m (Typing error corrected.)
Line 704:
Alternatively
<syntaxhighlight lang="java">
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 this task.
871

edits