On Thu, 2003-04-03 at 13:46, Clint Jeffery wrote:
> I can confirm that Unicon does not at this time have special syntax for
> so-called class variables -- class variables are essentially globals whose
> visibility is limited to a particular block of code (a class), and this
> overlaps the functionality of other mechanisms such as packages and statics.
>
> I am not opposed to adding such a feature, if the group agrees on a
> particular syntax and semantics for class variables, and then someone goes
> ahead and implements them. I view them as "no big deal", so I am not likely
> to implement them on my own initiative. I've added them to the
> "Help Wanted" page on the Unicon web site.
If someone *does* want to implement this, I vote for the following
syntax:
class A ()
static var1, var2
initial {
var1 := f()
var2 := g()
}
...
end
--
Steve Wampler <[EMAIL PROTECTED]>
National Solar Observatory
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group