First time here? Check out the FAQ!
answered 10 years ago
As a complement to @tmonteil's answer, you can append 'r' (for 'raw') to some input to prevent it from being preparsed, without globally turning the preparser off.
Using the same example as @tmonteil:
sage: ~0b1000r -9