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
(define (test)
(call/cc
(lambda (k)
(k #t))))
(lambda (return)
(return #t))))
(write (test))
;(write