By accident I noticed that the NOT operator is not only defined on boolean operands
(logical NOT) but also overloaded for integer values (bitwise NOT, the ~ operator in
JavaScript).
In the help the NOT operator is only decribed operating on booleans. Will the bitwise
NOT be supported in future WebBuilder versions?