There was an error while loading. Please reload this page.
offset adds an offset to each element in a list.
Example 1: Offset a list by 10
> (offset '(1 2 3 4 5) 10) (11 12 13 14 15)