lua-users home
lua-l archive

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


On 24 November 2010 10:35, Jim Whitehead II <jnwhiteh@gmail.com> wrote:
> I can also make the source for http://wowprogramming.com/utils/weblua
> available, as I have in the past.

You seem to have a bug handling inputs that return nil.

> return nil
No output
> return 1
1
> return nil, nil
No output
> return 1, 1
1	1

Alex