blob: 2f36cc10ca8ea3b99fd49d94c807b86058d8970e (
plain)
1
2
3
4
5
6
|
[require]
description = [[
Loads the given module. The function starts by looking into the package.loaded table to determine whether modname is already loaded. If it is, then require returns the value stored at package.loaded[modname]. Otherwise, it tries to find a loader for the module.
]]
[package]
|