20 lines
139 B
Plaintext
20 lines
139 B
Plaintext
|
|
||
|
|
||
|
Schemes:
|
||
|
bob(A,B)
|
||
|
|
||
|
Facts:
|
||
|
bob('4','2').
|
||
|
|
||
|
Rules:
|
||
|
bob(A,B) :- bob(B,A).
|
||
|
|
||
|
Queries:
|
||
|
bob(X,Y)?
|
||
|
|
||
|
|
||
|
# extra tokens at end of file
|
||
|
|
||
|
????
|
||
|
|