cap program

Documentation for the cap program is below, with links to related programs in the "see also" section.

{version = 1.08; (* of cap.p 1989 July 8 *)}

(* begin module describe.cap *)
(*
name
      cap: put capital letters inside quotes of a program

synopsis
      cap(sin: in, sout: out,output: out)

files
      sin: the source program or file
      sout: the source program with capital letters in all
         quote strings.
      output: messages to the user

description
      A pascal program under Unix must be small characters, yet a
      database will often be in capital letters, so the program will
      not recognize the data.  This program makes the sin program
      have capital letters only in the quote strings.

author
      thomas d. schneider

bugs
      none known

*)
(* end module describe.cap *)
{This manual page was created by makman 1.44}
{created by htmlink 1.52}