call(Closure, Arg) call(Closure, Arg1, Arg2) ...
Calls a goal constructed by appending additional arguments to a closure. The upper limit for N
depends on the upper limit for the arity of a compound term of the back-end Prolog compiler.
call(+callable, ?term) call(+callable, ?term, ?term) ...
instantiation_error
type_error(callable, Closure)
call(Closure, Arg1, Arg2, ...)
::call(Closure, Arg1, Arg2, ...)
Object::call(Closure, Arg1, Arg2, ...)