Jan 11, 2011 #1 Zach1986 Programmer Jan 11, 2011 4 GR Hello, very interesting forum. I want to solve a program with 2 lists which return true if have 2 exactly mutual elements. Thank you for help
Hello, very interesting forum. I want to solve a program with 2 lists which return true if have 2 exactly mutual elements. Thank you for help
Jan 11, 2011 Thread starter #2 Zach1986 Programmer Jan 11, 2011 4 GR for example ?- lists([a,b,c,d,e],[a,b,c,d,e]). false ?- lists([a,b,c,d,e],[h,b,f,c,3]). true Upvote 0 Downvote