3 lines
69 B
Text
3 lines
69 B
Text
|
|
{ exclusive or }
|
||
|
|
writeLn(A:5, ' xor', B:6, ' yields', A xor B:7);
|