endif Statement

Purpose:

Part of a if then endif clause

Syntax:

endif

Comments:

The endif statement must be the only statement on a line

Example:

 

if  a = b then

p "a equals b"

endif