[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Variable names
- From: "Andreas Falkenhahn" <andreas@...>
- Date: Wed, 04 Aug 2004 17:29:28 +0200
On 04.08.2004 at 10:26 Matt Hellige wrote:
>Why not just change it to:
>
> test = newarray(100)
>
>I think making new implicit binding forms is confusing and
>error-prone... Is there some reason why it's important in this case?
Kind of. I'm trying to replace the old script language in my program
with Lua and want to keep up compatibility as good as it's possible.
And my old script language does array allocation in the
newarray(test, 100)
way :-)
Andreas
--
"Remember: It's nice to be important but it's more important to be nice!"