lua-users home
lua-l archive

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


On May 14, 2013, at 9:33 PM, Elias Barrionovo <elias.tandel@gmail.com> wrote:

> I don't think so. Locals on interactive mode is a PITA:

I would not know. I don't use interactive mode. Ever. Too much of a PITA :P

lua << EOF
local foo =  'bar'
print( foo )
EOF

> bar

O.C.D. I say :D