By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.09; (* of cap.p 2019 Apr 08}
(* begin module describe.cap *)
(*
name
cap: put capital letters inside quotes of a program
synopsis
cap(fin: in, fout: out,output: out)
files
fin: the source program or file
fout: 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 fin 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.45}
{created by htmlink 1.62}