Exit |
Previous Next |
Exit <ScopeType>
|
Part
|
Description
|
<ScopeType>
|
Required. Valid <ScopeType>'s are:
|
Do
x++
If x = 5 Then Exit Do
Loop
Print x
|