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
The example for closures includes a block that is "not run", and defines closures as blocks that "do not stand alone as statements".
Suggestions
I don't really see the difference. They're still blocks. Also, the example does not include an actual use case: it simply drops a block in place of a statement. We should always show intent #1748