lua-users home
lua-l archive

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


It would be nice if you added the "=value" statement shortcut
implemented by the official Lua REPL. It is expanded to "return
value", which is handy to quickly get the value of a variable.
-- Pierre-Yves



On Wed, Nov 24, 2010 at 06:22, James Turner <james@calminferno.net> wrote:
> I no I'm late to the game, but I've just discovered Lua and have fallen
> in love. As an exercise to get familiar with the language, I have
> created an interactive lua console that runs in your browser at
> http://trylua.org.
>
> It's in the same vain as tryruby.org and the like. It will remember the
> state of your session until the next browser reload.
>
> Thanks everyone for your hard work on Lua!
>
>