repeat { readline() }
On a related note, does anyone know how to exit:
repeat { try( readline() ) }
The try block captures Ctrl-C.
Hadley
On a related note, does anyone know how to exit:
repeat { try( readline() ) }
The try block captures Ctrl-C.
Hadley