lua-users home
lua-l archive

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


On Tue, May 14, 2013 at 11:33 PM, Elias Barrionovo
<elias.tandel@gmail.com> wrote:
> On Tue, May 14, 2013 at 2:54 PM, Petite Abeille
> <petite.abeille@gmail.com> wrote:
>>
>> On May 14, 2013, at 10:26 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
>>
>>> After stripping those annoying `local`s
>>
>> O.C.D.?
>
> I don't think so. Locals on interactive mode is a PITA:
>> local s = 3
>> print(s)
> nil

Hint: type do<ENTER> before pasting code with locals and type
<ENTER>end<ENTER> afterwards. ;-)

Alexander.