By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 5.85; (* of prgmod.p 2022 Dec 08}
(* begin module describe.prgmod *)
(*
name
prgmod: programming modules for the delila system
synopsis
prgmod(input: intty, output: out)
files
input: interactive file used for testing the program
output: messages to the user.
description
prgmod is a set of generally useful modules for Pascal programming.
these include procedures for interactive input/output, producing
bars of numbers for graphs (called 'numbars') and sorting of
arrays with a very fast algorithm.
Successful compilation and running of the program indicates
that the modules are correct. the program is interactive, so
to test the modules, follow the instructions prgmods provides.
see also
delmod.p, module.p, alist.p (uses numbar), index.p (uses quicksort)
prgmodp
author
Thomas D. Schneider
bugs
none known
technical notes
the interactive routines may have to be changed when the program
is transported.
*)
(* end module describe.prgmod *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}