does things like [1000...2000] but then lists the values as [0], [1], ...
Could it use the absolute values [1000], [1001], etc? That way one doesn't have to do mental arithmetic? Obviously not difficult but I see no reason to not do it.
Brett via Digitalmars-d-debugger Tue, 17 Sep 2019 06:51:37 -0700
does things like [1000...2000] but then lists the values as [0], [1], ...
Could it use the absolute values [1000], [1001], etc? That way one doesn't have to do mental arithmetic? Obviously not difficult but I see no reason to not do it.