lua-users home
lua-l archive

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



On Jan 21, 2009, at 1:07 AM, Sam Roberts wrote:

% lua
Lua 5.1.2  Copyright (C) 1994-2007 Lua.org, PUC-Rio
error({type="This"})
(error object is not a string)

Hmmm...

% lua -v
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio

works for me from a lua script... but not from the command line... odd...