Did you know ... Search Documentation:
Pack genutils -- prolog/argutils.pl
PublicShow source
 addargs(+Term, +Args, -NewTerm) is det
Add an extra argument to a term, eg
?- addargs(spam(fish,cake),spoon,T).
  T = spam(fish,cake,spoon).
  true.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

 sumargs(Arg1, Arg2)