diff options
author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2023-07-09 11:53:34 -0500 |
---|---|---|
committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2023-07-09 11:53:34 -0500 |
commit | 1f7aa972194ca35ed12bf41fc7d59576f3796ad0 (patch) | |
tree | 381cacea0e119168b509eda29ed3d62548ec08dc /chap2/part2.rkt | |
parent | f24f3c4259140d0ff6a6aae21ad6e80aaafce87c (diff) |
Add chapter 2 part 3
Diffstat (limited to 'chap2/part2.rkt')
-rw-r--r-- | chap2/part2.rkt | 4 |
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)) |