§ 4.98 - [ifle] Built-InMnemonic aid: ifle for IF Less or Equal
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.
[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 on February 18th, 2026 at 12:52 MT |