LuaNET, the lua 5.1 api documentation!

Lua-Api

Core

[LUA 5.1] load

function load ( func, chunkname )
Loads a chunk using function func to get its pieces.
Each call to func must return a string that concatenates with previous results.
A return of nil (or no value) signals the end of the chunk.

If there are no errors, returns the compiled chunk as a function; otherwise, returns nil plus the error message.
The environment of the returned function is the global environment.

chunkname is used as the chunk name for error messages and debug information.

Comments

© 2007 DracoBlue :: Valid XHTML, CSS, RSS Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC | SourceNet © 2007, DracoBlue :: Page created in 1.386 seconds with 19 queries.