Hi, when (e.g.) executing this code in a terminal, which expects typed input, I can't manage to simulate an EOF in the terminal:
(until (eof)
(prinl (glue " " (flip (split (line) " ")))) )
I know this should be possible (in Linux) by using ctrl+d.
However, this forces PicoLisp to a halt!
Since I am on Windows WSL I also tried it the Windows way by typing ctrl+z
but to no avail. Then also PicoLisp quits.
Any ideas?
TIA,
Arie
