info.ss
(module info (lib "infotab.ss" "setup")
  (define name "Control")
  (define blurb
    (list '(span (b "Control Structures")
                 (p "This package provides the control structures while, until, "
                    "dotimes, tagged-begin, and begin/goto . "
                    "The tagged-begin and begin/goto are two contructs, best described as 'begin with labels and gotos'."))))
  (define primary-file "control.scm")
  (define doc.txt "doc.txt")
  (define categories '(misc))
  (define version "1.1"))