Skip to main content
Version: Next

call6/7

Description

call6/7 is a predicate that calls a goal with six additional arguments.

Signature

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

Where:

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