6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
|
s(X) :- p(X).
|
||
|
s(X) :- q(X).
|
||
|
|
||
|
#external p(1).
|
||
|
#external q(1).
|