Conditional_expression ::=

           comparison_value operator comparison_value  |

           [not] Boolean_value  |

           [not] Holiday( numeric_value|

           [not] “(“ Conditional_expression “)” { (or | and) [not] “(“Conditional_expression “)” }

 

comparison_value ::= numeric_value | string_value

operator ::= “<” | “>” | “<=” | “>=” | “=” | “!=”

(%’Count < 5) and ( %’FileHere’ or (%’Name’ != “Logfile.Txt”))