mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 04:55:04 +02:00
Added output
This commit is contained in:
parent
af2e836e16
commit
4db60ab42f
1 changed files with 2 additions and 2 deletions
4
test.scm
4
test.scm
|
@ -28,10 +28,10 @@
|
||||||
;(write 'a)
|
;(write 'a)
|
||||||
(letrec ((loop (lambda ()
|
(letrec ((loop (lambda ()
|
||||||
(set! tmp (cons "cons" tmp))
|
(set! tmp (cons "cons" tmp))
|
||||||
;(write tmp)
|
(write tmp)
|
||||||
(cond
|
(cond
|
||||||
((> (length tmp) 1000)
|
((> (length tmp) 1000)
|
||||||
;(write "resetting tmp")
|
(write "resetting tmp")
|
||||||
(set! tmp '()))
|
(set! tmp '()))
|
||||||
(else #f))
|
(else #f))
|
||||||
(loop))))
|
(loop))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue