lua-users home
lua-l archive

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


On Sun, Jan 23, 2011 at 7:09 PM, Steve Litt <slitt@troubleshooters.com> wrote:
> Hi all,
>
> I've put a Lua subsite on Troubleshooters.Com. It's aimed at newbies and is
> too basic for most of you, but it might be one more resource at which to point
> newbies.
>
> Right now it's only about half done but I expect the rest to be completed in
> the next weeks and months.
>
> It's located here: http://www.troubleshooters.com/codecorn/lua/

Took a brief glance. Some code on the site is syntactically invalid. E.g.

myarray = {1="alpha", 2="beta", 3="gamma", 4="delta", 5="epsilon"}


-- 
- Patrick Donnelly