racket/collects/tests/scribble/docs/read-alts.scrbl
2011-04-30 20:35:16 -05:00

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"
([{}])]