[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: New Lua subsite on Troubleshooters.Com
- From: Patrick Donnelly <batrick@...>
- Date: Sun, 23 Jan 2011 20:27:14 -0500
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