Top "Turbo-prolog" questions

Turbo Prolog is a very fast old Prolog system that only works with MS-DOS.

Sum of the first n numbers in prolog

Hello can anyone help me compute the sum of the first n numbers. For example n=4 => sum = 10. So far …

prolog turbo-prolog visual-prolog
search all paths and the shortest path for a graph - Prolog

I have a problem in my code with turbo prolog which searches all paths and the shortest path in a …

prolog graph-theory shortest-path turbo-prolog