I'm practicing Java APIs in JShell prompt(feature added as part of Java 9).
Is there a way to customize or set custom statement terminator (generally ; in java). Because as soon as I hit ENTER key, the Java statement got executed in JShell prompt.
Please assist me