Skip to main content
Version: Next

call2/3

Description

call2/3 is a predicate that calls a goal with two additional arguments.

Signature

call(+Goal, +Arg1, +Arg2)

Where:

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