SaSS =! things_that_are_bad_for_privacy;

You instantiate the variable SaSS (a char, which can encode a Boolean) with "not" the variable things_that_are_bad_for_privacy (again: a char, which can encode a Boolean). There is no "=!" operator, just the binary operator "=" followed by the unary operator "!".

Reply via email to