On this page:
6.1 English
6.2 German

6 Stepper Tests

6.1 English

Here is some example text - this way, we can compare how the font sizes match or do not match. A longer paragraph should give a better impression of how text looks like.

I even threw in an extra paragraph, that’s how generous I am!

(* (+ 1 2 (- 3 9 12) (/ 200 4 5)) (/ 1 2 3) 2) (cond [(>= 5 5) "isThree"] [#f 3] [(or #t #f) (* 2 3 4)]) (cond [(cond [(and #f #t) #f] [#f 3] [(or #t #f) #f]) "isThree"] [#f 3] [(< 2 3) (* 2 3 4)]) (define x (+ 40 2)) (define y "hallo") (> 2 4)

6.2 German

Mit ein bisschen Text über dem Stepper können wir die Schriftgrößen vergleichen und ein bisschen so tun, als wüssten wir jetzt wie es in einem richtigen Dokument aussähe.

Hier ist noch ein extra-Absatz!

(* (+ 1 2 (- 3 9 12) (/ 200 4 5)) (/ 1 2 3) 2) (cond [(>= 5 5) "isThree"] [#f 3] [(or #t #f) (* 2 3 4)]) (cond [(cond [(and #f #t) #f] [#f 3] [(or #t #f) #f]) "isThree"] [#f 3] [(< 2 3) (* 2 3 4)]) (define x (+ 40 2)) (define y "hallo") (> 2 4)