There was an error while loading. Please reload this page.
list-diff returns a list of differences of list elements
Example 1: Calculate the differences of a list
> (list-diff (list 1 2 4 8 10 11)) (1 2 4 2 1)