From 33e71f260bcde7805667a53be5665b678365dae2 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 15 May 2016 10:55:46 -0700 Subject: [PATCH] quiet error --- beautiful-racket-lib/br/syntax-scopes-test-2.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beautiful-racket-lib/br/syntax-scopes-test-2.rkt b/beautiful-racket-lib/br/syntax-scopes-test-2.rkt index 82d68d5..fdbe367 100644 --- a/beautiful-racket-lib/br/syntax-scopes-test-2.rkt +++ b/beautiful-racket-lib/br/syntax-scopes-test-2.rkt @@ -18,4 +18,4 @@ (define-blue x (+ 42 42)) (define y 50) -(+ (blue x) y) \ No newline at end of file +#;(+ (blue x) y) \ No newline at end of file