View source with
raw comments
or as
raw
1
p
(
X
)
:-
X
\=
Y
,
q
(Y)
.
2
q
(
X
)
:-
X
\=
Y
,
p
(X)
.
3
4
#