[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANNOUNCE] Lua 4.1 (alpha) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 6 Aug 2001 10:41:08 -0300 (EST)
>When I run the test "save.lua" script, I get the following output in "my table".
[...]
>This doesn't seem entirely correct (T.next.L=l should be T.next.L=T.l).
Right. Thanks for reporting this. I'll fix it.
The fix is simply
write("T.",%VISITED.REF[v])
instead of
write(%VISITED.REF[v])
--lhf