Rev 12177 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12177 | Rev 17228 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | tit:while |
2 | tit:while |
3 | type:$type_exec |
3 | type:$type_exec |
4 | syntax:!while ``string1 relation string2''<br |
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 | ``!while'' line and ``!endwhile'' line, until ``relation'' is no longer verified.\ |
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\ |
9 | The leading and trailing spaces of ``string1'' and ``string2'' will be stripped\ |
10 | before making comparisons.\ |
10 | before making comparisons.\ |