evaluates a function
Allows to use
Result <- Predicate(Arg1,...,ArgN)
instead of
Predicate(Arg1,...,ArgN,ArgN+1)
Used to make programs with functions easier to read.
See Manual/Reference/Functions
This predicate is not part of the ISO-Prolog Standard.
| scroll to top |
|