Don't know git.
This commit is contained in:
parent
c65ab9cb15
commit
f6d22792b0
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ You can of course still have a larger control of when to loop by naming your loo
|
|||
(if (odd? a)
|
||||
(cons (* a (- a)) (loopy-loop))
|
||||
(cons (* a a) (loopy-loop))))
|
||||
|
||||
;; => (-1 4 -9 16 -25 36 -49 64 -81 100)
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue