Description Usage Arguments Value
This function generates a functional list that generates a sequence of
integers in a manner similar to range
in Python
.
1 2 |
empty |
An empty functional list, used to take advance of S3 |
start |
An integer specifying the begin of the sequence |
end |
An integer that is the end of the sequence (but not included) |
A functional list that contains the sequence of integers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.