lua-users home
lua-l archive

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


Roberto Ierusalimschy <roberto@inf.puc-rio.br> writes:

> 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.)

To create them or to assign them to their variable?

-- 
David Kastrup