Skip to main content
Version: Next

clause/2

Description

clause/2 is a predicate that retrieves clauses from the database.

Signature

clause(+Head, ?Body)

Where:

  • Head is the head of the clause to retrieve.
  • Body is unified with the body of the clause.