x or y
Returns TRUE if one of the boolean values of x and y are TRUE.
TRUE or FALSE // Returns TRUE. (1>2) and (3<2) and {Orders.Required} // Returns TRUE if {Orders.Required} is TRUE.