XOR Bitwise Operator #14
eduardomrodrigues
started this conversation in
Ideas
Replies: 2 comments
-
You are right. This bitwise operator is missing. I realized I was leaving it behind, perhaps because it was the least common. It will be implemented shortly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This feature has just been added with the pull request #16. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that last merged "pull request" added bitwise operators, but not all of them. I missing XOR. Was that intentional? Normally, in C-style languages, the token "^" is used as operator.
Beta Was this translation helpful? Give feedback.
All reactions