Addendum to FORTRAN comments The Urth list — 1 messages, 1 voices, 14 Feb 2006 https://urth.darkrealm.vip/thread/urth/4534 Exported from an unofficial mirror of a public mailing list. Copyright in each message remains with the person who wrote it. Email addresses are obscured as `user at host`, the form the original archive published. This file was rebuilt from parsed fields rather than retained headers, so it is faithful in content but not byte-exact. ============================================================================== Dan Rabin — 14 Feb 2006, 21:38 I forgot to mention in my commentary on Wolfe's use of FORTRAN conventions in "The Computer Iterates the Greater Trumps" the the reason Trump(0) is an error is that FORTRAN arrays start with index value 1. This error is representative of a class of errors we programmers know as "off-by-one errors": they are common in hasty code. -- Dan Rabin ------------------------------------------------------------------------------