END Statement
Stops execution of the script
Example
// Quit if an error occurred
If Myerror <> 0 Then
PRINT "Failed the Test"
END
EndIf
Stops execution of the script
Example
// Quit if an error occurred
If Myerror <> 0 Then
PRINT "Failed the Test"
END
EndIf