% file: untitled.pl

a <- b & c.
b <- j.
d <- p.
g <- m.
h <- m.
a <- g.
b <- k.
f <- m.
g <- f.
p.
a <- h.
d <- m.
f <- p.
k <- m.
