range
Synopsis:
(range start end)
Description:
Returns a list of munbers starting from
start and ending with
end.
Example:
(range 1 6) --> [1,2,3,4,5,6]
(range -6 6) --> [-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6]
Contact:
Fulvio Frapolli (
fulvio . frapolli //at// unifr . ch),
Amos Brocco (
amos . brocco //at// unifr . ch)
* Remove spaces and replace //at// with @