aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.98 - [ifge] Built-In

Mnemonic aid: ifge for IF Greater or Equal

See also:  [ifle] 

If int1 is greater 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.


[ifge (style=styleName,)int1,int2,content]

1 [ifge 5,4,true]
2 [ifge 5,5,true]
3 [ifge 5,6,true]

1 true
2 true
3
1 true 2 true 3

Other built-ins used here:  [ifle] 

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