[next] [previous] [contents]

  !+
  ! Set the compilation unit options by uncommenting
  ! the appropriate ones
  !-
  !SET LIST
  SET WORD
  SET DEBUG
  !+
  ! Get the source module.
  !-
  OLD SPECIAL
  !+
  ! Compile it.
  !-
  COMPILE
  !+
  ! All done.
  !-
  EXIT