Raymond Hettinger wrote:

> to seeing code like:   for(i=0 ; i<n; i++) a[i]=f(i);   In contrast, a
> BASIC programmer may be used to FOR I = 1 to N:  a[I]=f(I); NEXT.   

Afaik, at least BBC BASIC uses zero based arrays :-) Maybe ZX Spectrum 
Basic too (too long ago to remember).

-- 
John                               MexIT: http://johnbokma.com/mexit/
                           personal page:       http://johnbokma.com/
        Experienced programmer available:     http://castleamber.com/
            Happy Customers: http://castleamber.com/testimonials.html
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to