lua-users home
lua-l archive

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



On Wed, Dec 23, 2009 at 8:04 PM, James Hearon <j_hearon@hotmail.com> wrote:
--hello.lua
require"random"
print(random.version)


Where is the 'random' library located? And what are your settings for LUA_PATH and LUA_CPATH when you execute your program?

Robby