# coding=utf-8 name = 'brother/2' slug = 'the brother relation' description = '''\
brother(?X, ?Y): X is a brother of Y.
brother(?X, ?Y)
X
Y
?- brother(jeffrey, X). X = william ; X = sally.