mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00

Jjs uses jline which expects newline character to terminate interactive input Reviewed-by: sundar, jlaskey
7 lines
36 B
Text
7 lines
36 B
Text
|
|
|
|
|
|
|
|
jjs> print('hello')
|
|
hello
|
|
jjs>
|