school/cs236/tests/lab02/in/in25.txt

19 lines
133 B
Plaintext
Raw Normal View History

2016-04-06 20:46:32 -07:00
Schemes:
bob(A,B)
# missing punctuation on fact
Facts:
bob('4','2')
Rules:
bob(A,B) :- bob(B,A).
Queries:
bob(X,Y)?