endif
end if
ACTION:
end the conditional block
USE:
conditional execution
EXAMPLE:
if a>b then a=b end if
RELATED:
conditionals
if
then
elseif
else
end
if