Hacker News new | ask | show | jobs
by eatnumber1 4392 days ago
If the min macro would have worked, it would have allowed the two lines

    min(1, 2, out);
    return out;
to be condensed into one line.