Added missing documentation on the call/N family of built-in predicates.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2291 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
75c72d7b7d
commit
778215b85c
@ -2648,6 +2648,14 @@ instead of the call to @code{call/1}, except that any "cut" occurring in
|
|||||||
@cnindex incore/1
|
@cnindex incore/1
|
||||||
The same as @code{call/1}.
|
The same as @code{call/1}.
|
||||||
|
|
||||||
|
@item call(+@var{Closure},...,?@var{Ai},...)
|
||||||
|
@findex call/n
|
||||||
|
@snindex call/n
|
||||||
|
@cnindex call/n
|
||||||
|
Meta-call where @var{Closure} is a closure that is converted into a goal by
|
||||||
|
appending the @var{Ai} additional arguments. The number of arguments varies
|
||||||
|
between 0 and 10.
|
||||||
|
|
||||||
@item call_with_args(+@var{Name},...,?@var{Ai},...)
|
@item call_with_args(+@var{Name},...,?@var{Ai},...)
|
||||||
@findex call_with_args/n
|
@findex call_with_args/n
|
||||||
@snindex call_with_args/n
|
@snindex call_with_args/n
|
||||||
|
Reference in New Issue
Block a user