elseif Statement
Purpose:
Part of a if then endif clause
Syntax:
elseif
Comments:
Example:
j = 3
if j = 3 then
p "j=3"
elseif j = 4 then
endif