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
Well, it happens not only for defining functions also with other "braces-constructs", e. g.
%3 >> for i in 1..4 repeat
..................................................^
[L4 C51] #1 (Error) Cannot recover from earlier syntax errors.
%4 >> for i in 1..4 repeat {
...
In the case above indentation works until the closing-brace:
It's the same reason: you would need to indent it properly. I suppose the loop could do that for you if it detects that indentation is required, but then how would you un-indent? Perhaps indentation levels could be controlled with tab/shift-tab. The loop could be nicer.
is allowed by -fx/-grun/-ginterp, but not for -gloop.
There you have to write
which is not necessary for maini()
The text was updated successfully, but these errors were encountered: