Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Knut Olav Bøhmer
alexandria
Commits
107eb17c
Commit
107eb17c
authored
Jan 26, 2013
by
Nikodemus Siivola
Browse files
fix docstring of IOTA
parent
6ff80407
Changes
1
Hide whitespace changes
Inline
Side-by-side
numbers.lisp
View file @
107eb17c
...
...
@@ -52,7 +52,7 @@ and STEP. START defaults to 0 and STEP to 1.
Examples:
(iota 4) => (0 1 2 3
4
)
(iota 4) => (0 1 2 3)
(iota 3 :start 1 :step 1.0) => (1.0 2.0 3.0)
(iota 3 :start -1 :step -1/2) => (-1 -3/2 -2)
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment