From 24f4a841af7a84f7708aaf5153959fa6943db46a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 22 Mar 2015 23:01:43 -0400 Subject: [PATCH] Rename k --- test.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.scm b/test.scm index 2886ae79..c010f727 100644 --- a/test.scm +++ b/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