Rev 12177 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12177 | bpr | 1 | !! +exec+ +loop+ +jump+ |
11210 | bpr | 2 | tit:while |
3 | type:$type_exec |
||
17228 | bpr | 4 | syntax:!while ``string1 relation string2''<br> |
5 | ... (multi-line content)<br> |
||
11212 | bpr | 6 | !endwhile |
11210 | bpr | 7 | mean:Conditional branching: execute the multi-line content between\ |
11292 | bpr | 8 | ``!while'' line and ``!endwhile'' line, until ``relation'' is no longer verified.\ |
9 | The leading and trailing spaces of ``string1'' and ``string2'' will be stripped\ |
||
11210 | bpr | 10 | before making comparisons.\ |
11 | <p>\ |
||
12 | The syntax is the same as for\ |
||
13 | $(ref1)cmdlist_if_$(ref2)cmdlist_if_">if</a>.\ |
||
5920 | bpr | 14 | </p> |