lua-users home
lua-l archive

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


Hi,

I'm having problems declaring a group of objects within
a package using the following source code:

http://uk.geocities.com/mswinson@btinternet.com/tmp/lua/Account3.txt

I get the error:

lua: Account3.txt:14: expected '(' near ':'

Is this the correct way to declare objects inside a package, or is there a better
way.

Mark