Delila Program: vernum

vernum program

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

{version = 1.06; (* of vernum.p 2000 Feb 2}

(* begin module describe.vernum *)
(*
name
   vernum: print the version number of a program

synopsis
   vernum(input: in, output: out)

files

   input: a program source code, with a version constant in the form
       "version = " followed by a real number.

   output: the new version number is reported.
      If there is none, the program reports 0.

description
   The program finds the version number of a file and reports it to
   output for the purpose of saving copies.

author
   Thomas Schneider

see also
   ver.p, verbop.p, code.p

bugs
   none known

*)
(* end module describe.vernum *)
This manual page was created by makman 1.45


{created by htmlink 1.62}