Missing operator precedence for 'not'

Yes, unary ops have higher precedence than any binary one. I suppose the table only lists binary (and mixfix) operators because unary ones don’t have varying precedences.

1 Like