What about Bitwise operators? #508
Schnippsche
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any plans to support bitwise operators such as shift right (>>), shift left (<<), bitwise AND (&), and bitwise OR (|)? I have already implemented them.
Example:
new Expression(" 0xC350 >> 8", engine); // C350 >> 8 returns C3
Beta Was this translation helpful? Give feedback.
All reactions