(~) logical not
~m
boolean matrix
~m gives the element-wise negation of the elements of the boolean matrix m.
m
a = %T ~a == %F