lua-users home
lua-l archive

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


Does anyone have a Lua script (4 or 5) that will perform
an upgrade (does not have to be perfect) of Lua4 to Lua5 script?

conversion example

write       to io.write
openfile    to io.open
clock       to os.clock

David B