.. _EndIf: EndIf ============================================================================== Used with :ref:`If`. **Syntax**:: **Parameters** None. **Remarks** It isn't necessary to write EndIf unless you want to add instructions that should always execute after an If-block, like in the second example below. **Example** :: // THIS WILL ALWAYS EXECUTE **Related topics** - :ref:`If` - :ref:`Else`