[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: PiL2 errata (?)
- From: Enrico Colombini <erix@...>
- Date: Wed, 23 Aug 2006 11:14:54 +0200
From the "binary file dump" example at page 199:
for _, b in pairs{string.byte(bytes, 1, -1)} do
Shouldn't it be "ipairs" to guarantee the correct traversal order?
Enrico