Importing Library Names Into Global Environment

From OpenEUO
Revision as of 06:44, 3 November 2010 by 76.184.213.234 (Talk) (See Also)

Jump to: navigation, search

All top level library methods can be imported into the global environment _G, though this usage is strongly discouraged, especially for authors of intermediate libraries.

 sl.slimport('lower'|'upper'|'camel')

The library names have been selected to minimize interference with other libraries and lua itself, however, importing them can result in undetectable errors of usage such as having them later accidentally or spuriously redefined.

See Also