if Statement
Purpose:
Part of a if then endif clause
Syntax:
if condition then
Comments:
Example:
if a = b then
p "a=b"
endif