then Statement

Purpose:

Part of a if then endif clause

Syntax:

then

Comments:

The then statement appears after the if clause

 

Example:

if  a = b then

p "a=b"

endif