rotate
Synopsis:
(rotate list)
Description:
Returns a list where the first element of list
list is removed from the first position and put at the end.
Example:
(rotate [1, 2, 34, 6]) --> [2, 34, 6, 1]
Contact:
Fulvio Frapolli (
fulvio . frapolli //at// unifr . ch),
Amos Brocco (
amos . brocco //at// unifr . ch)
* Remove spaces and replace //at// with @