This commit is contained in:
Justin Ethier 2015-03-22 23:01:43 -04:00
parent 28d8c89a71
commit 24f4a841af

View file

@ -32,8 +32,8 @@
; Need to rewrite the code to use this, and preserve the global def ; Need to rewrite the code to use this, and preserve the global def
(define (test) (define (test)
(call/cc (call/cc
(lambda (k) (lambda (return)
(k #t)))) (return #t))))
(write (test)) (write (test))
;(write ;(write