Re: why hierarchy?

From: Neo <neo55592_at_hotmail.com>
Date: 26 Jul 2006 11:27:22 -0700
Message-ID: <1153938442.903879.167670_at_i3g2000cwc.googlegroups.com>


> Can't help but notice that no way to record God's unnamed father

In case, you absolutely wanted to use the word father, it would be:

(create (new) name (word+ 'father))
(create god father (new))

OR

(new)
(create (it) name (block

                            (new)
                            (create word instance (it))
                            (create (it)
                                       symbolizedBy
                                       (select 'f 'a 't 'h 'e 'r))
                            (return (it))
                        )

)

(new)
(create god

           (and (select word instance *)
                  (select * symbolizedBy 'father)) 
           (it)

) Received on Wed Jul 26 2006 - 20:27:22 CEST

Original text of this message