mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Rename k
This commit is contained in:
parent
28d8c89a71
commit
24f4a841af
1 changed files with 2 additions and 2 deletions
4
test.scm
4
test.scm
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue