Exit

Unconditionally ends a WIL program.

Syntax:

Exit

Parameters:

(none)

Returns:

(not applicable)

 

Use this command to immediately terminate a WIL program. An Exit is implied at the end of each top-level WIL program, and so is not necessary there.

Example:


a = 100
Message("The value of a is", a)
Exit
See Also:

Pause, Return, Terminate