[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua 5.2
- From: David Burgess <dabsoft@...>
- Date: Thu, 28 Jan 2010 18:52:47 +1100
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