[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Simple question about traversing a table
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 21 Jun 2011 10:51:58 -0300
- if type(t[k] == "table") then
+ if type(t[k]) == "table" then
-- Roberto