Jérôme M. Berger <jeberger at free.fr> wrote:
> Jonathan M Davis wrote:
>
>> void main()
>> {
>> int property = 7;
>> }
>>
>> is because property is not a keyword.
>
> I believe that the point Simen and Michel are trying to make is
> that although "property" is not a keyword, "@property" is.
>
> Jerome
Eggzactly.
--
Simen