If A=true ThenC= Not BElseC= B End If
C=A XOR B
If C=true thenD=28ElseD=29 End IF
D=Iif((A XOR B),28,29)
If A= 13 thenB=TrueElseB=False End If
B = A = 13
B = (A = 13)