Rev 11212 | Rev 12177 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11212 | Rev 11292 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | tit:while |
2 | tit:while |
3 | type:$type_exec |
3 | type:$type_exec |
4 | syntax:!while |
4 | syntax:!while ``string1 relation string2''<br/> |
5 | ... (multi-line content)<br/> |
5 | ... (multi-line content)<br/> |
6 | !endwhile |
6 | !endwhile |
7 | mean:Conditional branching: execute the multi-line content between\ |
7 | mean:Conditional branching: execute the multi-line content between\ |
8 |
|
8 | ``!while'' line and ``!endwhile'' line, until ``relation'' is no longer verified.\ |
9 | The leading and trailing spaces of |
9 | The leading and trailing spaces of ``string1'' and ``string2'' will be stripped\ |
10 | before making comparisons.\ |
10 | before making comparisons.\ |
11 | <p>\ |
11 | <p>\ |
12 | The syntax is the same as for\ |
12 | The syntax is the same as for\ |
13 | $(ref1)cmdlist_if_$(ref2)cmdlist_if_">if</a>.\ |
13 | $(ref1)cmdlist_if_$(ref2)cmdlist_if_">if</a>.\ |
14 | </p> |
14 | </p> |