On Thu, Oct 9, 2008 at 2:26 AM, Wolfgang Laun <[EMAIL PROTECTED]>wrote: >>At some time I was playing with Duckburgers :-) >>Perhaps that's what you have in mind?
Jess users can always count on Wolfgang to have an answer up his sleeve! :-) Yes, Wolfgang... something very much like this is what I had in mind. I think that you just inherited another wiki topic my friend! Cheers, Jason On Thu, Oct 9, 2008 at 2:26 AM, Wolfgang Laun <[EMAIL PROTECTED]>wrote: > At some time I was playing with Duckburgers :-) > Perhaps that's what you have in mind? > -W > > (clear) > (deftemplate duck > (slot name (type STRING))) > (deftemplate likes > (slot name (type STRING)) > (slot what (type SYMBOL))) > > (deffacts facts-1 > "On ducks and ponds" > (duck (name "Donald")) > (duck (name "Daisy")) > (duck (name "Huey")) > > ... ----------------------------------------------------------- Jason Morris Morris Technical Solutions LLC [EMAIL PROTECTED] (517) 304-5883
