You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>map(1:10) do
ERROR: ParseError:
Error: premature end of input
@ REPL[11]:2:1map(1:10) do
Error: premature end of input
@ REPL[11]:2:1map(1:10) do
Error: Expected `end` but got unexpected tokens
@ REPL[11]:2:1map(1:10) do
Or if I want to type
w = u +
v +1
I got
julia> w = u +
ERROR: ParseError:
Error: premature end of input
@ REPL[14]:2:1
w = u +
But I can do them with copy-paste:
Can we make the REPL-mode tolerate multiline code a little bit more?