Hi, i am new programming with prolog, i hav the next sentence... can(bird,fly). have(bird,wings). subclass(bird,animal).
I want to query heredity(bird,X) and i want the answer "X= fly, wings, animal" , i want all the information of the sentences... Can help me? ... i am reading about funtor/3 , arg/3 ,... -- Victor Manuel Grijalva Altamirano Universidad Tecnologica de La Mixteca -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
