Skip to main content
Version: Next

call5/6

Description

call5/6 is a predicate that calls a goal with five additional arguments.

Signature

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

Where:

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