RosettaCodeData/Task/Variables/Prolog/variables-1.pro
2016-12-05 22:15:40 +01:00

2 lines
36 B
Prolog

mortal(X) :- man(X).
man(socrates).