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
importSystem.Console;
func max(a:int32, b:int32): int32 =if (a > b) a elseif (a > b) a elseif (a > b) a elseif (a > b) a elseif (a > b) a elseif (a > b) a elseif (a > b) a elseif (a > b) a elseif (a > b) a else b;
func main() {
WriteLine(max(12, 34));
}
Should be wrapped by the formatter.
The text was updated successfully, but these errors were encountered:
Long expression chain like this:
Should be wrapped by the formatter.
The text was updated successfully, but these errors were encountered: