14 lines
311 B
Racket
14 lines
311 B
Racket
#lang scribble/manual
|
|
@(require scribble/manual)
|
|
@; test that various alternatives in reader syntax get
|
|
@; turned into the right things when rendered
|
|
@racketblock[#t
|
|
#true
|
|
#f
|
|
#false
|
|
(a . < . b)
|
|
(< a b)
|
|
"abcdef"
|
|
([{}])]
|
|
|