From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnold@skeeve.com (arnold@skeeve.com) Date: Wed, 07 Jun 2017 08:02:39 -0600 Subject: [TUHS] Array index history In-Reply-To: <20170607135004.GB7802@yeono.kjorling.se> References: <201706071320.v57DKhmJ026303@freefriends.org> <20170607135004.GB7802@yeono.kjorling.se> Message-ID: <201706071402.v57E2dTs032508@freefriends.org> Michael Kjörling wrote: > On the other hand, before C, both B and BCPL used zero-based indexing. > So if we trace C's family tree, there is certainly precedence for > zero-based indexing into arrays. Ah. OK. I never used either language. I get the impression that BCPL wasn't used / known much in the US, but I could be wrong. I was exposed to BASIC and FORTRAN (and computer programming) circa 1976 and to C in 1980. Anything before then is before my time ... :-) Thanks, Arnold