lua-users home
lua-l archive

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


After using 5.2 work2 I was wondering whether the bitlib should only be available after a require() (much the same as debug).

e.g.

require "bit"

What are the pros and cons of doing this?



DB