elseifΒΆ

Starts an elseif portion of an if block.

elseif(<condition>)

See the if() command, especially for the syntax and logic of the <condition>.

Previous topic

else

Next topic

endforeach

This Page