Subversion Repositories programming

Rev

Blame | Last modification | View Log | RSS feed

app([],X,X).
app([X|L1],L2,[X|L3]) :- app(L1,L2,L3).