- range itemsprocedure
returns the difference between the biggest and the smallest value from the list of items.
(range '(5 1 2 3 4)) => 4
returns the difference between the biggest and the smallest value from the list of items.
(range '(5 1 2 3 4)) => 4