lua-users home
lua-l archive

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


> 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.