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))

Tell me about...

DIESEL Functions