lua-users home
lua-l archive

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


From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On Behalf Of Doug Currie
Sent: Thursday, July 17, 2014 2:51 PM
To: Lua mailing list
Subject: Re: User-Defined Types

 

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

 

Got it.

 

Thanks,

 

Rick