lua-users home
lua-l archive

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


On 6/3/05, Aaron Brown <aaron-lua@oakadaptive.com> wrote:
> That's because the program is in Lua 4, which used percent
> signs for upvalues.  After the percent sign is removed and
> gsub, strfind, strsub, tinsert, and tremove are changed into
> string.gsub, string.find, string.sub, table.insert, and
> table.remove, the program compiles and runs, but it doesn't
> look to me like it works quite right, so there may be some
> more subtle incompatibilities.

Got it working, thanks. Quite insanely simple to work with. :-)

-- 
Premshree Pillai
http://www.livejournal.com/users/premshree/