fixing how to count

This commit is contained in:
Matthias Felleisen 2014-04-17 10:50:54 -04:00
parent 4872bdfb2f
commit f4f925d4d1

View File

@ -21,8 +21,8 @@
#:exists 'replace)
(define final-world
(big-bang 0
(on-tick add1)
(stop-when (curry = n))
(on-tick add1 1)
(stop-when (lambda (k) (>= k (- n 1))))
(on-draw draw-number)
(record? dir)))
(sleep 1)