|
> 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