We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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