If then else branches
The if then else construct is defined by the ul
element. This element must have exactly two or three branches (condition
, if
branch and optional else
branch). This code:
is compiled as:
The element <strong>
will be explained in details later, but it stands for a comparison. Please note that condition, if and else branches must be declared in this exact order.
Last updated