%% goal: answer(X0)

answer(one).
answer(two, ignored).
answer(three, ignored, ignored).
