Stop

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > Program Flow >

Stop

 

Description

 

Try to Stop script execution as soon as possible.

 

Syntax

 

Stop

 

Returns

 

Parameters

 

Remarks

 

Stopping a script immediately is not always possible.

Script structure and script execution point are factors that will interfere with the possibility to stop it.

 

Restrictions

 

See also

 

Examples