On Jun 29, 2009, at 5:05 PM, Georges Arsouze wrote:
> I'have confectionphrase.pl like that
...
phrase(S,V,C):-sujet(S),verbe(V),complement(C).
>
>
>
> No permission to modify static_procedure `phrase/3'
>
> I have read the faq
> I try dynamic, abolishn, retractall .....
> It doesn't work
> Ca you help me
Yes. Give your predicate a different name.
There _is_ a way you can do what you think you want,
and if you go looking for 'redefine' in the manual you
will find it. But if you start redefining system
predicates left right and centre pretty soon you will
be in real trouble, needing something you have got rid
of. In particular, showing your code to anyone else is
likely to confuse them.
I suggest calling it mon_phrase/3 or something like that.
_______________________________________________
SWI-Prolog mailing list
SWI-Prolog@...
https://mailbox.iai.uni-bonn.de/mailman/listinfo.cgi/swi-prolog