racket/collects/scribblings/reference/io.scrbl
2007-07-03 12:41:11 +00:00

17 lines
471 B
Racket

#reader(lib "docreader.ss" "scribble")
@require["mz.ss"]
@title[#:tag "mz:input-and-output" #:style 'toc]{Input and Output}
@local-table-of-contents[]
@include-section["ports.scrbl"]
@include-section["string-input.scrbl"]
@include-section["string-output.scrbl"]
@include-section["read.scrbl"]
@include-section["write.scrbl"]
@include-section["reader.scrbl"]
@include-section["printer.scrbl"]
@include-section["readtables.scrbl"]
@include-section["custom-write.scrbl"]