Documentation Prolog Predicate Reference builtin call/3

call/3

Invoke a callable term as a goal with two extra arguments.

Description

call( +callable_term, +term, +term )

call(Goal, ExtraArg, ExtraArg1) is true if and only if Goal represents a goal which is true after appending ExtraArg and ExtraArg1 to its list of arguments.

Implementation