Skip to main content
Version: Next

call3/4

Description

call3/4 is a predicate that calls a goal with three additional arguments.

Signature

call(+Goal, +Arg1, +Arg2, +Arg3)

Where:

  • Goal is the goal to call.
  • Arg1, Arg2, Arg3 are additional arguments to append to Goal.