lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>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