lua-users home
lua-l archive

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


* Luiz Henrique de Figueiredo:

>> And is this the reason why we need to prefix expressions with "=" at
>> the interactive prompt (something I've never really liked)?
>
> This is not part of the syntax of Lua. It's just something the
> interpreter accepts.

I'm wondering why this is necessary.  Most other languages with a REPL
do not require the user to disambiguate expressions and statements.