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