STOP

Top  Previous  Next

Action

Stop program execution.

 

 

Syntax

STOP

 

 

Remarks

END can also be used to terminate a program.

 

When an END or STOP statement is encountered a never ending loop is generated.

 

See Also

STOP TIMER , START

 

 

Example

PRINT var                'print something

STOP                        'thats it