lua-users home
lua-l archive

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


Another common mistake, although for some reason it has become less
common recently, is to think that loading a chunk creates its functions.
(You have to run the chunk to create them.)

-- Roberto