Comment on What real life bad habits has programming given you?parentComments−smanek17ySo, slash is really 'or'?Oh, my head.−tlrobinson17y english logic ------- ----- and AND or XOR / OR Actually, since (A XOR B) and (A AND B) are mutually exclusive, (A XOR B) XOR (A AND B) also equals (A OR B), so "/" could be "XOR" too.
Comments
So, slash is really 'or'?
Oh, my head.