Skip to main content
Version: Next

call7/8

Description

call7/8 is a predicate that calls a goal with seven additional arguments.

Signature

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

Where:

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