The other use for System Variables and Functions in the Examples Section besides Overwriting Formatable Values as discussed previously, is for evaluating test conditions for branching.The format of such logical condition tests can be either If (condition) Do This If True EndIf or it can use the option of including an Else statement as in If (condition) Do This If True Else Do This If False EndIf.The condition is a logical expression which can use the comparison operators > for greater than, < for less than, = for equal, for not equal, >= for greater than or equal to, and