# coding=utf-8 name = 'aunt/2' slug = 'the aunt relation' description = '''\
aunt(X, Y): X is an aunt of Y.
aunt(X, Y)
X
Y
?- aunt(sally, X). X = vanessa ; X = patricia.