lua-users home
lua-l archive

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


Hi,

Asko Kauppi wrote:
Functions in Lua are just values as anything. So the same rules & 
benefits apply.
In short: yes.   :)
Sounds great - Thanks for your quick response :-)!


I wondered if it would also be an optimisation to define functions in a single Lua script also as local everytime? Does this make any sense?