aboutsummaryrefslogtreecommitdiff
path: root/chap2/part2.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'chap2/part2.rkt')
-rw-r--r--chap2/part2.rkt4
1 files changed, 4 insertions, 0 deletions
diff --git a/chap2/part2.rkt b/chap2/part2.rkt
index 1da2e67..461374e 100644
--- a/chap2/part2.rkt
+++ b/chap2/part2.rkt
@@ -1,4 +1,8 @@
#lang sicp
+(#%require (only racket/base print-as-expression print-mpair-curly-braces))
+(print-as-expression #f)
+(print-mpair-curly-braces #f)
+
(#%require graphics/graphics)
(open-graphics)
(define vp (open-viewport "Picture Language" 500 500))