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
You can write keyword blocks with or without parentheses:
if (true)
end
vs.
if true
end
A nice feature would be to control whether or not to add parentheses to these expressions and also independently set this for each possible keyword that supports this (if, elseif, switch, case, while, for, etc.)
The text was updated successfully, but these errors were encountered:
You can write keyword blocks with or without parentheses:
vs.
A nice feature would be to control whether or not to add parentheses to these expressions and also independently set this for each possible keyword that supports this (
if
,elseif
,switch
,case
,while
,for
, etc.)The text was updated successfully, but these errors were encountered: