Re: How to find persons who like red fruits or crunchy veggies?
by "Neo" <neo55592@[EMAIL PROTECTED]
>
Nov 16, 2006 at 09:46 AM
> ... 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