|
Prolog , For logic programming.
In prolog predicates, which are the counterpart of procedures
and functions in imperative languages, return a value which
might have only two values; true or false. Backtracking is
a major feature in prolog. This language is widely used
in expert systems and artificial intelligence programming.
|
|