omicrondelta / atalan

Automatically exported from code.google.com/p/atalan
MIT License
0 stars 0 forks source link

ranges differ by one in dependence on range type size. #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
for i:0..5 produces loop 0 1 2 3 4 5

for i:0..500 produces loop 0 1 2 .... 498 499

Original issue reported on code.google.com by jakub.hu...@gmail.com on 30 Aug 2010 at 8:25

GoogleCodeExporter commented 9 years ago

Original comment by rudla.ku...@gmail.com on 31 Aug 2010 at 10:01