By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.12; (* of evenco.p 2013 Apr 13}
(* begin module describe.evenco *)
(*
name
evenco: even column - read integers from a file and output with leading spaces
synopsis
evenco(input: in, output: out)
files
input: integers, one per line
output: input file with leading spaces
description
Add leading spaces to integers. This makes them right justified.
examples
documentation
see also
number.p
cumulative.p
author
Thomas Dana Schneider
bugs
technical notes
Note from number.p:
Perhaps the program should have an option to define the number of columns
for the line numbers. An earlier version computed this. However, to do
that requires resetting the file and prevents the program from being used
as part of a pipe. The current program simply uses a default value for
the number of columns so that number can be used as part of a pipe.
See cumulative.p for a solution, not yet implemented.
*)
(* end module describe.evenco *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}