lua-users home
lua-l archive

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


> 3)      Will Lua v5 handle instructions and functions written for earlier code without any other changes being needed? eg where
> "strfind" now reads "string.find"?
All code must be recompiled. 

lua-5.0.2/etc 
contains a Lua 4 compatibility script compat.lua, this will answer some of your
questions.

DB