Denis Koroskin wrote: <snip> > int bar() @property > { > return 42; > } What is @ going to be used for generally? (What is the essential difference between an attribute that's an @word and one that's a simple keyword before or after the type?) Stewart.