Re: global
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: global
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2002年4月22日 10:49:40 -0300
> My suggestion would be to put out a version (alpha, work, whatever) of
> the language that includes the global declaration and give everyone a
> chance to play with it.
We intend to do that. The problem is that we still do not have a
mechanism to predeclare some functions. Without it, the global mechanism
becomes quite limited.
-- Roberto