racket/pkgs/racket-doc/scribblings/reference/control.scrbl
Matthew Flatt 2d4f3e2ac9 remove the "racket-pkgs" directory layer
The layer is now redundant, since everything left in "pkgs" is in the
"racket-pkgs" category.
2014-12-08 05:22:59 -07:00

15 lines
350 B
Racket

#lang scribble/doc
@(require "mz.rkt")
@title[#:tag "control" #:style 'toc]{Control Flow}
@local-table-of-contents[]
@include-section["values.scrbl"]
@include-section["exns.scrbl"]
@include-section["promise.scrbl"]
@include-section["cont.scrbl"]
@include-section["cont-marks.scrbl"]
@include-section["breaks.scrbl"]
@include-section["exit.scrbl"]