From a6ad897a70d7dcc6684d180a10005e7ec384a118 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 28 Apr 2007 13:57:18 +0000 Subject: [PATCH] set svn:eol-style svn: r6068 --- collects/htdp/Test/world.ss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/collects/htdp/Test/world.ss b/collects/htdp/Test/world.ss index eee45abc1c..1fc0e25343 100644 --- a/collects/htdp/Test/world.ss +++ b/collects/htdp/Test/world.ss @@ -1,6 +1,6 @@ -;; testing world +;; testing world -;; World = Nat +;; World = Nat (define world0 10) @@ -21,10 +21,10 @@ [(symbol=? ke 'right) 90] [else w])) -;; run world run +;; run world run (big-bang 100 100 .1 world0) (on-redraw world->image) (on-tick-event world->next) -(on-key-event world->steer) \ No newline at end of file +(on-key-event world->steer)