Re: Asserting a fact when triggering a rule
Kilian Evang <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
Hi Baltasar, so you have person rules and you have mammal rules. You want to compile them out into facts? You can do that. In addition, you seem to want to assert the mammal facts *at a specific time*, namely at the moment a person rule is invoked. But *why*? It seems a very strange requirement to me. Can you give some more context as to what you're trying to accomplish in the end? Best, Kilian