<else> execute a block if the previous <if> statement is false

name
else
xml namespace
http://moyaproject.com

Execute the enclosed block if a previous <if> statement is false.

Example

<if test="coffee==0">
    <echo>Get more coffee</echo>
</if>
<else>
    <echo>Have a cup of coffee</echo>
</else>
inherited attributes
name purpose type required? default choices
if Conditional expression expression No yes