Typing `readln<ENTER>` in the REPL hangs the program. Expected behaviour: after typing `readln<ENTER>`, I can type stuff followed by `<ENTER>` and have that stuff returned as the result of `readln`.
Typing
readln<ENTER>in the REPL hangs the program.Expected behaviour: after typing
readln<ENTER>, I can type stuff followed by<ENTER>and have that stuff returned as the result ofreadln.