Getting all facts that are known to prolog (with special format)
Prolog question:
Consider the following format:
I would like to get all information of the data that is known for this realtion.
Example:
Will give me:
I would like to get all possible members into New
and Old
so I could iterate over them. I know I need to use the member
prediec.
How can I do it?
You can do the following:
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.