Stops the execution of the Basic program.
Stop
Sub ExampleStop
Dim iVar As Single
iVar = 36
Msgbox Sqr(iVar)
end sub