On 4/18/16, Luca Olivetti <luca at ventoso.org> wrote: > Wait, doesn't that evaluate to > > for i:=0 to -1 > > > at least if count is a signed integer? No, not if i is unsigned (and range-checking is off). Bart