link(paddington, bayswater, circle).
link(bayswater, notting_hill_gate, circle).
link(notting_hill_gate, high_street_kensington, circle).
link(high_street_kensington, gloucester_road, circle).
link(gloucester_road, south_kensington, circle).
link(south_kensington, sloane_square, circle).
i am trying to make its so if i say the station ?- paddington- sloane_square
it will print out the line i need to use so circle and all the stations in between,
can anyone help with this question
thanks for any help











