lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


From: Derek Bailey <dbaileychess@gmail.com>
Thus the following is smaller module with your same requirements:

package.loaded['true']=true
assert(require'true' == true)

I note the lua file also functions as the C source for the accompanying utility functions - very impressive.


Scott