This module is a wrapper for the implementation-defined predicate call/1, and it implements the call/2 predicate.
Executes goal G, restricting the scope of the cuts to the execution of G. Equivalent to writing a variable G in a goal position.
Usage:ISO
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:
Usage:
Usage:
Usage:$meta_call(A)
Usage:this_module(Module)
Module is the internal module identifier for current module.