Jump to content

Loop structures: Difference between revisions

m
Line 88:
'''NOT COVERED IN LOOP PAGES'''
===loop===
<lang clojure>
;; loop/recur is the most general looping construct
(loop [lst [1 3 5 7]
Line 95 ⟶ 96:
ret))
==> [1 9 25 49]
</lang>
 
=={{header|Dao}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.