racket/collects/tests/stepper/jump-to-ui-test.ss
Eli Barzilay 44d88cee6b newlines at EOFs
svn: r16630
2009-11-09 03:49:50 +00:00

13 lines
421 B
Scheme

;; The first three lines of this file were inserted by DrScheme. They record metadata
;; about the language level of this file in a form that our tools can easily process.
#reader(lib "htdp-intermediate-reader.ss" "lang")((modname jump-to-ui-test) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f ())))
(+ 3 4)
(+ 4 5)
(check-expect (+ 5 6) 11)
(+ 6 7)
(+ 7 8)