== Quote from Rory McGuire (rmcguire at neonova.co.za)'s article
> I think sizeof is a property, e.g. char.sizeof or:
> struct A {
> int a;
> char[10] b;
> }
> A.sizeof
> A a;
> a.sizeof
> you get the picture. (Have I got it?)
> -Rory
Thanks Rory.