Skip to content

Instantly share code, notes, and snippets.

@thanatos
Created September 18, 2009 15:45
Show Gist options
  • Save thanatos/189122 to your computer and use it in GitHub Desktop.
Save thanatos/189122 to your computer and use it in GitHub Desktop.
foo(N) :- write('Roy'), write('sits'), bar(N), write('bored'), write(N).
bar(N) :- write('here').
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment