|
From: Paulo M. <pm...@us...> - 2008-07-23 11:43:11
|
Update of /cvsroot/yap/docs In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21827/docs Modified Files: yap.tex Log Message: Added missing documentation on the call/N family of built-in predicates. Index: yap.tex =================================================================== RCS file: /cvsroot/yap/docs/yap.tex,v retrieving revision 1.260 retrieving revision 1.261 diff -u -r1.260 -r1.261 --- yap.tex 22 Jul 2008 23:34:49 -0000 1.260 +++ yap.tex 23 Jul 2008 11:43:15 -0000 1.261 @@ -2648,6 +2648,14 @@ @cnindex incore/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},...) @findex call_with_args/n @snindex call_with_args/n |