Re: Try lua in your browser
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Try lua in your browser
- From: Alex Bradbury <asb@...>
- Date: 2010年11月24日 11:09:04 +0000
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