Subversion Repositories programming

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
107 ira 1
nextto(X,Y,[X,Y|_]).
2
nextto(X,Y,[_|Tail]) :- nextto(X,Y,Tail).