§ 4.97 - [ifle] Built-InMnemonic aid: ifle for IF Less or Equal See also: [ifge] If int1 is less than or equal to int2, the conditionalContent will be emitted. The style is only evaluated if value is not empty. sep defaults to the comma. Note: Please see [even] to learn how styles work with this operation.
Note:
conditionalContent is generated either way; the only difference is whether it appears in the output stream or not. To avoid generating any content, put the sep character and nothing else. [ifle (style=styleName,)int1,int2,content] 1 [ifle 5,4,true] 2 [ifle 5,5,true] 3 [ifle 5,6,true] 1 2 true 3 true
1
2 true
3 true
Other built-ins used here: [ifge]
Keyboard Navigation
, Previous Page . Next Page t TOC i Index |