[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (alpha) now available
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 1 Aug 2014 07:17:52 +0200
On Thu, Jul 31, 2014 at 9:34 PM, Xavier Wang <weasley.wx@gmail.com> wrote:
> I mean, if you input a expression instead of a statement, lua can
> print it directly, so why not assign it to a global variable
> (defaultly "It") and print as this:
>
>> 123
> lt = 123
It's a cute idea, but I've usually seen the implicit variable having
the name '_', which is unlikely to collide with any explicit
variables. An easy patch, I think.