RosettaCodeData/Task/Variables/Prolog/variables-2.pro

3 lines
53 B
Prolog
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
student(X,Y) :- taught(Y,X).
taught(socrates,plato).