Mercurial Hosting > luan
comparison website/src/manual.html.luan @ 553:b1256e2d19a3
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 18 Jun 2015 03:14:07 -0600 |
parents | 0dfc01d8d42d |
children | e25ba7a2e816 |
comparison
equal
deleted
inserted
replaced
552:b57a2e367d1a | 553:b1256e2d19a3 |
---|---|
2330 | 2330 |
2331 <p> | 2331 <p> |
2332 A table used by <a href="#Package.load"><tt>Package.load</tt></a> to control which | 2332 A table used by <a href="#Package.load"><tt>Package.load</tt></a> to control which |
2333 modules are already loaded. | 2333 modules are already loaded. |
2334 When you load a module <tt>mod_uri</tt> and | 2334 When you load a module <tt>mod_uri</tt> and |
2335 <tt>Package.loaded[modname]</tt> is not <b>nil</b>, | 2335 <tt>Package.loaded[mod_uri]</tt> is not <b>nil</b>, |
2336 <a href="#Package.load"><tt>Package.load</tt></a> simply returns the value stored there. | 2336 <a href="#Package.load"><tt>Package.load</tt></a> simply returns the value stored there. |
2337 | 2337 |
2338 | 2338 |
2339 <p> | 2339 <p> |
2340 This variable is only a reference to the real table; | 2340 This variable is only a reference to the real table; |