lua-users home
lua-l archive

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


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!"