Skip to content

Instantly share code, notes, and snippets.

@MeetMartin
Created October 29, 2020 22:18
Show Gist options
  • Select an option

  • Save MeetMartin/9ebf3165445460304f29fe718de3ddfc to your computer and use it in GitHub Desktop.

Select an option

Save MeetMartin/9ebf3165445460304f29fe718de3ddfc to your computer and use it in GitHub Desktop.
food(salad). % <- salad is food fact
food(pizza). % <- pizza is food fact
?- food(salad). % <- is salad food? True
?- food(turtle). % <- is turtle food? False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment