[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: array indices
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sat, 1 Jan 2022 11:30:56 -0300
We can divide programming languages in two categories:
1) Those where arrays start at 1.
1) Those where arrays start at 0.
-- Roberto