On Fri, 15 Aug 2003, Aitor [ISO-8859-1] Santamarķa Merino wrote:

> [EMAIL PROTECTED] wrote:
>
> >>The syntax diagrams of classes show that a method can be preceded by the
> >>keyword "class" (and I failed to find where it is explained what for?),
> >>but does not seem to admit this keyword before a field.
> >>
> >
> >This is correct.
> >
> And what is the effect on a method? I suppose that any static method is
> a "class" method, right?

It depends what  you mean with 'static'. In classes, the term 'static'
has no defined meaning. You have 'normal' methods (where SELF is
defined) and class methods (where SELF is not defined).

Michael.


_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to