| |||||||||||
| expands a term to a clause.
expand_term(+Term, -ExpandedTerm)If Term is a grammar rule of the form (Head --> Body) then expand_term expands Term to a clause and unifies it with ExpandedTerm.
Arguments
Term term ExpandedTerm clause
Examples
Standard
This predicate is not part of the ISO-Prolog Standard.
See also
| |||||||||||
| |||||||||||
| Back> |
|