In the Julia prompt, a=readuntil(STDIN,"\n")
will let the user provide keyboard input.
In JuliaPro (Note, IO am using JuliaPro_v0.6.0.1_build-78, Windows 7), the same instruction freezes everything until CTRL-jk stops the Julia process.
Is this solved in newer version of JuliaPro?
Any workaround? Actually, I just want to pause a process as in “Press a key”.
Philippe