mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57: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
|
; 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue