Navigation:  Commands > Conditional and Loop Commands >

$endif

Previous pageReturn to chapter overviewNext page

Conditional Processing

$endif


The $endif (and $else) commands are used to end a set of IIF commands which have been conditioned using $if, $ifn, $ife or $ifne. The proper terminating commands must always be provided.

Example:

$if @code = 1

  $next_box good ; transfer to good.iif

$else

  $next box bad ; transfer to bad.iif

$endif

 


Topic url: http://www.copia.com/support/refmanual/index.html?$endif.htm