This version is out of date, covering development as far as v4.2.5. It is maintained here only for inbound reference links from elsewhere. Jump to the current version of aTbRef. |
A Tinderbox Reference File : Export Codes : Export Codes - Full Listing : ^endIf^ |
^endIf^ |
^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^
^if(condition)do stuff^^endIf^
For the next test a closing ^endIf^ is mandatory:
^if(condition)do stuff^^else^do other stuff^endIf^
Up: Conditional Mark-up | |
Next: ^else^ |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]