Availability:built-in
[deprecated]apply(:Goal,
+List)Append the members of List to the arguments of Goal
and call the resulting term. For example: apply(plus(1), [2, X])
calls
plus(1, 2, X)
. New code should use call/[2..] if the length
of
List is fixed.