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
x=1; doesn't crash anymore and variable is now defined in that local scope. In REPL, you still need to use printLine(""); or print(""); for now, will fix it in upcoming days.
Latest version used. https://github.com/jukaLang/Juka/releases/tag/0.0.358.
Entering
1 + 1
in repl does not result in any output.Entering
x = 1
in repl causes a direct crash.I'm using windows 10 x64.
The text was updated successfully, but these errors were encountered: