retractall/1
retractall(Head)Logtalk adds this built-in predicate, with the usual definition, to a Prolog compiler if it is not already defined.
retractall(+callable)
- Head is not a callable term:
type_error(callable, Head)
| ?- retractall(foo(_)).
Previous | Next | Table of Contents | Bibliography | Glossary
Last updated on: August 6, 2002