lua-users home
lua-l archive

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


On Friday, December 19, 2014 08:42:55 PM Tom N Harris wrote:
> Lua 5.3 now implicitly adds a "return" to expressions entered interactively.

And I notice also that this doesn't happen with multi-line expressions.

    > math.random(
    >> )
    > (
    >> math.random()
    >> )


-- 
tom <telliamed@whoopdedo.org>