There was an error while loading. Please reload this page.
There are four main types of scopes:
Scopes end when:
}
Examples of terminating statements that can cause control flow to exit the scope:
return
continue
break
When a scope ends, two things will take place:
defer
__defer__
Table of Contents