lua-users home
lua-l archive

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


On Thu, Jul 17, 2014 at 5:25 PM, Leinen, Rick <RLeinen@leviton.com> wrote:

... how does the label “array” get associated with the library?


It's assumed that you open the library using the Lua statement:

array = require "arraylib"

e