ProscriptLS 'likes' Example

Query a database of Prolog facts.

Select the person on the person-dropdown, then click the button below that to run the query. The results are displayed at the bottom.

You may edit the set of facts. For example, you may add 'likes(mary, fish).' in the program text area. In this case, the name 'mary' will be added to the person dropdown as an additional option.

This example is based on the 'likes' example of the tau-prolog documentation.