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
This page talks about control structures. For the if/then/else it only expose the (new ?) syntax
if a < b then
something
else
something_else
But for the for or the while construct, it also show the old syntax with parenthesis around the condition and curly brackets. Isn't it a bit confusing? Should not the doc either:
present the old syntax for the if/then/else too
or present only the new syntax for all construct (my preferred solution)?
The text was updated successfully, but these errors were encountered:
Hi,
This page talks about control structures. For the if/then/else it only expose the (new ?) syntax
But for the
for
or thewhile
construct, it also show the old syntax with parenthesis around the condition and curly brackets. Isn't it a bit confusing? Should not the doc either:The text was updated successfully, but these errors were encountered: