bearophile wrote:
Bill Baxter:Or define some other char sequence to mean inclusive range. Like a ..|b or a..:b or a..^b, etc.<The Chapel language uses: ..# That I think is better than all your alternatives. But I think Andrei doesn't like this too.
I like: a .. b+1 to mean inclusive range.
