fork(11) download
  1. :-subtract([1,2,3,4,5],[1,4],L),write(L).
Success #stdin #stdout #stderr 0.03s 6160KB
stdin
Standard input is empty
stdout
[2, 3, 5]
stderr