Tinderbox v10 Icon

^endIf^


Export Code Type: 

Export Code Scope of Action: 

Export Code First Added: 

Export Code in Current Baseline: 

Export Code Last Altered: 

 Conditional Mark-up   [other codes of this type]

 n/a   [codes with similar scope]

 v1.0.0

 Baseline

 As at baseline


^endIf^

Indicates the end of the alternatives indicated by the ^if( condition)^ statement. This closing statement is not mandatory if there is no ^else^ branch to the resulting actions. Thus the following are acceptable alternatives:

^if(condition)^do stuff[end of template line auto-closes code] 

^if(condition)^do stuff^endIf^ 

For the next test a closing ^endIf^ is mandatory:

^if(condition)^do stuff^else^do other stuff^endIf^