[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Why does lua interpreter need = in front of variables?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 15 Oct 2007 22:49:29 -0200
> In the lua toplevel, why do I either have to either put a "=" in front
> of a variable?
It doesn't. It could try to run the line and if there where syntax
errors it could try again with "return" in front of it. It just doesn't
work that way, but AFAICS there is no real obstacle to doing it otherwise.