small updates

This commit is contained in:
vaclavt
2022-05-27 17:35:22 +02:00
parent fb552633c2
commit 48a5d70cc4
2 changed files with 9 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
(dotimes i 4 (print i) )
(def acc 0)
;(dotimes i 4 (do (set! acc (+ acc i)) (print acc)) )
(print (dotimes i 4 (do (set! acc (+ acc i)) (print acc))) )
(defmacro until (cnd body)