Re: Nested Relations / RVAs / NFNF
From: Neo <neo55592_at_hotmail.com>
Date: 3 Nov 2004 10:27:53 -0800
Message-ID: <4b45d3ad.0411031027.46a57220_at_posting.google.com>
Date: 3 Nov 2004 10:27:53 -0800
Message-ID: <4b45d3ad.0411031027.46a57220_at_posting.google.com>
> > > // Create necessary classes
> > > CREATE2 *qty.cls = thing;
> > > CREATE2 *unit.cls = thing;
> > > CREATE2 *mass.cls = thing;
> > >
> > > // Create 2kg
> > > CREATE2 *;
> > > CREATE2 it.cls = mass;
> > > CREATE2 it.qty = +2;
> > > CREATE2 it.unit = +kg;
> >
> > ...[Equivalent code listing]
>
> Wow. Well, I'm sold. Anybody else?
Please show your current preferred method of representing a thing (ie 2kg) and let's put them thru some paces to highlight their advantages/disadvantages. Received on Wed Nov 03 2004 - 19:27:53 CET