Can you please explain What Is Recursion In Prolog? › Category: Prolog › Can you please explain What Is Recursion In Prolog? 0 Vote Up Vote Down Editor">Editor Staff asked 2 years ago Can you please explain What Is Recursion In Prolog? 1 Answers 0 Vote Up Vote Down Editor">Editor Staff answered 2 years ago In any language, a function that can call itself until the goal has been succeed is referred as recursion. In Prolog, recursion happens when a predicate contains a goal that refers to itself.