5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
|
a(X) :- X.
|
||
|
b(X) :- X, writeln(X).
|
||
|
c(X) :- X, X.
|
||
|
|