Errata to Programming Language Essentials
Programming Language Essentials (1994),
ISBN 0 201 63179 2.
The following errors and corrections are known to us.
-
pg. 43 + 19:
Delete the sentence: "An array with an index type ... assocoative array."
-
pg. 91 + 8, + 11, + 21, +22:
(int n) ⇒ (int n) void
-
pg. 137 + 23:
Result := representation.item (last); ⇒ Result := representation.item (last-1);
-
pg. 218 + 8:
6.10 ⇒ 6.9
Errata to Programming Language Essentials / Dick Grune / dick@dickgrune.com