or function
$(or, val1 [, val2,…, val9])
Returns the bitwise logical operation if at least one of the specified conditions is true.
Example
$(or,$(<,(getvar,textsize),.5),$(>,(getvar,textsize),.1))
Returns the bitwise logical operation if at least one of the specified conditions is true.
$(or,$(<,(getvar,textsize),.5),$(>,(getvar,textsize),.1))