Setanta, (削除) 29 (削除ここまで) 28 bytes
Thanks to General Grievance for −1 byte
gniomh(a,b){toradh a==b|0&1}
Returns 01 if the sum is 1;arguments are equal; 0 otherwise 1.
Setanta, 29(削除) 29 (削除ここまで) 28 bytes
Thanks to General Grievance for −1 byte
gniomh(a,b){toradh a+b-1|0&1a==b|0&1}
Returns 0 if the sum is 1; otherwise 1.