Hacker News new | ask | show | jobs
by conexions 4007 days ago
Think of defining an empty range.

    a) 1 <= x < 1
    c) 1 <= x <= 0 
c seems quite a bit more confusing than a.