a=readuntil(STDIN,"\n")

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”.

:slightly_smiling_face:

Philippe

Yes, that should (mostly) work on newer versions of JuliaPro/Juno. Still not perfect there because of this bug.

Thanks!