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
The console in Eclipse is not a real console. We're simulating it, so that we can do syntax highlighting and code completion there. I don't know if it is possible to have both that and be able to use input via io functions.
Hello,
I'm trying to use fread on eclipse, but it does not having the expected behavior.
My code is:
hello_world2() -> io:fread('enter->\n', "
ff").Outside de Eclipse works, (shell erl) I type two float numbers and press enter, and the input finished.
But on Eclipse console don’t work.
What is wrong?
Thanks!
The text was updated successfully, but these errors were encountered: