Minify Jshell Code – Jshell Minifier

Minify your Jshell Code online – An online Jshell minifier by unminify all.

jshell> 304 – 8 $4 ==> 296 | created scratch variable $4 : int jshell> int square (int s) { …> return s*s; …> } | created method square(int) jshell> square(25) $6 ==> 625 | created scratch variable $6 : int jshell>