Difference between revisions of "require"

(Create page)
(No difference)

Revision as of 21:28, 31 July 2011

Opens and executes a Lua file.

require "foo"

Note: Do not include the ".lua" on the end of the path.

See Also

Programming in Lua