Open rlwhitcomb opened 2 years ago
One solution would be to use a special method to read from the console in REPL mode and terminate at a blank line, or something other than the Ctrl-Z/Ctrl-D EOF char.
There is the SysConsole
class which should be the place to implement this special reader.
Trying to read from the console, where you need an EOF (Ctrl-Z or Ctrl-D) to end the input, then gives an EOF exception trying to read the Console again: