Talk:163: Donald Knuth

Explain xkcd: It's 'cause you're dumb.
Revision as of 20:41, 18 February 2014 by Jstout (talk | contribs) (Note on Pascal arrays)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In Pascal you define the lower and upper bounds of an array when you declare it, e.g.,

 anArray[-5 .. 5] OF integer

which has always struck me as a much better idea than having arrays always starting at 0. Jstout (talk) 20:41, 18 February 2014 (UTC)