diff --git a/README.md b/README.md index b9c9a5f..276df61 100644 --- a/README.md +++ b/README.md @@ -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) ```