lua-users home
lua-l archive

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


Luiz Henrique de Figueiredo wrote:
Lua 4.1 (alpha) is now available for downloading at

When I run the test "save.lua" script, I get the following output in "my table".

-- begin my table

local T={}
T.a=4
T.c="quoted \"name\" end"
T.b="name"
T.l={}
T.l[1]=4
T.l[2]=5
T.l[3]=67

T.next={}
T.next.t=5
T.next.L=l


return T

-- end my table

This doesn't seem entirely correct (T.next.L=l should be T.next.L=T.l).

--
        Best regards,

                Jeroen Janssen

+++
Nanny Ogg looked him up and down or, at least, down and further down.
"You're a dwarf," she said.
        -- Nanny Ogg meets Casanunda
           (Terry Pratchett, Witches Abroad)
+++