diff --git a/beautiful-racket-demo/basic-demo-2/sample.rkt b/beautiful-racket-demo/basic-demo-2/sample.rkt index 285173f..e5b6415 100644 --- a/beautiful-racket-demo/basic-demo-2/sample.rkt +++ b/beautiful-racket-demo/basic-demo-2/sample.rkt @@ -4,6 +4,6 @@ 50 print "never gets here" 40 end 60 print 'three' : print 1.0 + 3 -70 goto 11. + 18.5 + .5 +70 goto 11. + 18.5 + .5 rem ignored 10 print "o" ; "n" ; "e" 20 print : goto 60.0 : end \ No newline at end of file diff --git a/beautiful-racket-demo/basic-demo-2a/sample.rkt b/beautiful-racket-demo/basic-demo-2a/sample.rkt index cec4f7f..96f3a1f 100644 --- a/beautiful-racket-demo/basic-demo-2a/sample.rkt +++ b/beautiful-racket-demo/basic-demo-2a/sample.rkt @@ -1,9 +1,9 @@ -#lang basic-demo-2a +#lang basic-demo 30 rem print 'ignored' 35 50 print "never gets here" 40 end 60 print 'three' : print 1.0 + 3 -70 goto 11. + 18.5 + .5 +70 goto 11. + 18.5 + .5 rem ignored 10 print "o" ; "n" ; "e" 20 print : goto 60.0 : end \ No newline at end of file