This version is out of date, covering development from v5.0.0 to v5.12.2. It is maintained here only for inbound reference links from elsewhere.

Jump to the current version of aTbRef.

Tinderbox Icon

Conditional Mark-up

These codes create the framework for assessing Boolean conditions. The basic structure is:

if ( [not] (condition) ) result1 else if ( [not] (condition) ) result2 else result3 endif.

The optional 'not' argument reverses the conditional check to matching false instead of true.


Possible relevant notes (via "Similar Notes" feature):


A Tinderbox Reference File : Export Codes : Export Code Types : Conditional Mark-up