Re: How to find persons who like red fruits or crunchy veggies?

From: Neo <neo55592_at_hotmail.com>
Date: 16 Nov 2006 09:46:45 -0800
Message-ID: <1163699205.236127.152710_at_b28g2000cwb.googlegroups.com>


> ... store the word red only once, whether it is used as the color of fruit to someones nickname or a terrorist status).

(new 'red 'color)
(new 'red 'person)
(new 'red 'terrorStatus)

(; Find the class of things named red)

(; Returns color, person and terrorStatus) (select * instance (select * name 'red))

New function details at www.dbfordummies.com/nli/new.asp Received on Thu Nov 16 2006 - 18:46:45 CET

Original text of this message