aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.97 - [ifle] Built-In

Mnemonic 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

Valid HTML 4.01 Loose
 

This manual was generated with wtfm
wtfm uses aa_macro and SqLite
aa_macro uses Python 2.7