Else
From AffiliateBang Wiki
else is a Midge directive which displays the first agrument if a previous evaluated if was false. It is possible to nest directives inside of an elseif statement.
Example
[#if,[#global,counter],Hello] [#else,[#global,goodbye_message]]
Returns
If the variable counter is true, hello is printed, otherwise the contents of the variable goodbye_message is shown.
