if there an xor symbol?
i have an if statement right now like:
if(someBool || someBool2)
but it would work better if i could do:
if(someBool "xor" someBool2)
↧