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
When blockElse is not given, this always returns nothing (empty collection of returned values), so it works like if (condition0) block0() else if (condition1) block1() in imperative languages.
When called with blockElse, returned type is inferred (when possible), e.g. in