Rev 11210 | Rev 11292 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11210 | Rev 11212 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! +exec+ +jump+ |
1 | !! +exec+ +jump+ |
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 | $ |
6 | $ !endif |
7 | mean:Conditional branching: execute the multi-line content between `!if' line and `!endif' line, \ |
7 | mean:Conditional branching: execute the multi-line content between `!if' line and `!endif' line, \ |
8 | if `relation' is verified. The leading and trailing spaces of `string1' and `string2' \ |
8 | if `relation' is verified. The leading and trailing spaces of `string1' and `string2' \ |
9 | will be stripped before making comparisons. |
9 | will be stripped before making comparisons. |