halt Statement

Purpose:

Halts the program

Syntax:

halt

halt "optional string message"

 

Comments:

The halt statement is very useful for debugging.

Example:

halt

halt "program termiated"