Shouldn't it use `readln` instead of `\r\n" read-until drop`? The second would stop on a `\r` and then the next `" " read-until` will start with a newline?
Shouldn't it use
readlninstead of\r\n" read-until drop?The second would stop on a
\rand then the next" " read-untilwill start with a newline?