return true to win

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

reflexive(...)

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

comments (single view)

have fun doing total

View all comments