Skip to content

Instantly share code, notes, and snippets.

@fffprograming
Created October 18, 2013 02:27
Show Gist options
  • Save fffprograming/7035587 to your computer and use it in GitHub Desktop.
Save fffprograming/7035587 to your computer and use it in GitHub Desktop.
f(a).
f(b).
g(x).
g(y).
rf :- f(X),write(X),tab(1).
rg :- g(X),write(X),tab(1).
go2 :- rf,rg,fail.
go2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment