use #lang, minor edits

svn: r11469
This commit is contained in:
Eli Barzilay 2008-08-28 20:37:47 +00:00
parent baa07eb09d
commit 8ac94b683c

View File

@ -4,7 +4,8 @@
3. compare error messages for word to beginner language
4. change messages at end to just display the word
|#
(module hangman-world scheme
#lang scheme
(require htdp/world
htdp/error
lang/prim
@ -155,5 +156,4 @@
vip
was
zoo)))
)