Hacker News new | ask | show | jobs
by kroltan 2084 days ago
That's... surprising, I could easily expect

    gte(a: b: c: d:)
to possibly mean

    a >= b && b >= c && c >= d
I think it's just not as readable precisely because of the ambiguity.