Can somebody to explain me this code? I try for hours to understand but i can\'t understand this...
subset([],[]). subset([X|L],[X|S]) :- subset(L,S). subse