Rev 15706 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15706 | Rev 17228 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | tit:if |
2 | tit:if |
3 | type:$type_exec |
3 | type:$type_exec |
4 | syntax:!if ``string1 relation string2''<br |
4 | syntax:!if ``string1 relation string2''<br>\ |
5 | $ ... (multi-line content)<br |
5 | $ ... (multi-line content)<br>\ |
6 | $ [!else]<br |
6 | $ [!else]<br>\ |
7 | $ ... (multi-line content)<br |
7 | $ ... (multi-line content)<br>\ |
8 | $ !endif |
8 | $ !endif |
9 | mean:Conditional branching: execute the multi-line content between ``!if'' line and ``!endif'' line \ |
9 | mean:Conditional branching: execute the multi-line content between ``!if'' line and ``!endif'' line \ |
10 | (or between ``!if'' line and ``!else'' line if ``!else'' is present) \ |
10 | (or between ``!if'' line and ``!else'' line if ``!else'' is present) \ |
11 | if ``relation'' is verified, and the potential lines between ``!else'' line and ``!endif'' line \ |
11 | if ``relation'' is verified, and the potential lines between ``!else'' line and ``!endif'' line \ |
12 | if ``relation'' is not verified.\ |
12 | if ``relation'' is not verified.\ |