lua-users home
lua-l archive

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


On Sun, Aug 24, 2014 at 2:01 PM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> Every value that you do not need to have a side effect outside
> the function should be declared as local inside the function.


s/function/block/g


-- 
Javier