By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.00; (* of vernam.p 2011 May 06}
(* begin module describe.vernam *)
(*
name
vernam: print the name of a program associated with the version.
synopsis
vernam(input: in, output: out)
files
input: a program source code, with a version constant in the form
"version = " followed by a real number, ' of ' and a file name.
output: the new version number is reported.
If there is none, the program reports 0.
description
The program finds the version name of a file and reports it to
output for the purpose of saving copies.
author
Thomas Schneider
see also
ver.p, verbop.p, vernum.p, code.p
bugs
none known
*)
(* end module describe.vernam *)
This manual page was created by makman 1.45
{created by htmlink 1.62}