Version: 1.7#149 (2001/11/19, 19:17:51 CET)
Version of last change: 1.7#146 (2001/11/15, 19:32:38 CET)
hiord_rt
)hiord_rt
)
call(Pred,Arg1)
There exists a set of builtin predicates of the form
call/N
with N > 1
which execute predicate Pred
given arguments Arg1
... ArgX
. If Pred
has already arguments Arg1
is added to the start, the rest to the end. This predicate, when Pred
is a variable, can be written using the special Ciao syntax Pred(Arg1,...,ArgX)
.
Usage 1:
Pred
is a term which represents a goal, i.e., an atom or a structure.
(basic_props:callable/1
)
undefined:[](call(Pred,Arg1))
(undefined property)
Usage 2:
Pred
is a term which represents a goal, i.e., an atom or a structure.
(basic_props:callable/1
)
Go to the first, previous, next, last section, table of contents.