answer(path, [a, b, c, d]).
answer(prefix, [a, b]).
answer(suffix, [c, d]).
