name = 'brother/2' slug = 'the brother relation' description = '''\

brother(X, Y): X is a brother of Y.

?- brother(jeffrey, X).
  X = william ;
  X = sally.
''' hint = {}