Tag Definition: docWhile
Generated by rlextra version 3.6.13
Attributes
Name |
Required? |
Default_Value |
Values |
cond |
required |
None |
|
Can contain |
Purpose
This lets you include the equivalent of a while loop with just a template.
See the relevant docs here docs
Example usage
<story>
<docAssign var="i" expr="4"/>
<docWhile cond="i">
<docPara expr="i" format="Show me values %(__expr__)d"/>
<docExec stmt="i-=1"/>
</docWhile>
</story>
Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.