return true to win

function reflexive(x) {
    return x != x;
}

reflexive(...)

(taken from https://alf.nu/ReturnTrue, absolutely not me asking for help)

comments

have fun doing total