Google

6.11. elseif Macro


Interface

The general syntax is:

  !elseif value

The arguments are:

Name Type Default Rule
value condition    

See Understanding Macro Interfaces, if necessary.


Description

The elseif macro delimits sections within conditional text. It is identical in operation to the elsif macro.


Examples