You're thinking of "bitwise and". "&" in C2 expressions is "logical and" where 0 is false and nonzero is true.
That said you can do "bitwise and" with the browser object and the ExecJS expression.
For example setting some text to Browser.ExecJS("4&2") will give 0.