I have a simple language question - being very tired and typing out "and" instead of what I meant to type "&&" which applies to the code I'm writing, this resulted in the discovery that the word "and" is highlighted in green. Haven't seen that before.
I tried searching to figure out what this "and" does and I can't find anything relevant. I also checked and searched the documentation and couldn't find anything there either. I'm guessing it's bitwise and, I don't have a good idea to test this is so.
What does "and" mean in arduino language? is there a reasonable || accepted use for it?
Thanks! Hopefully this will get picked up in the search engines in case anyone else has the same question