Hello friends
Is there an XOR function in KODULAR?
I want to perform XOR between two STRING
Thanks
ELI
Hello friends
Is there an XOR function in KODULAR?
I want to perform XOR between two STRING
Thanks
ELI
Thank you very much for your helpโ![]()
Also,
XOR gate gives true if no. of true inputs is odd.
Example,
true XOR true = false
false XOR false = false
true XOR false = true
false XOR true = true
So you can create your own logic using already available blocks.