Delila Program: shortline

shortline program

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

{version = 1.00; (* of shortline.p 1991 Oct 4}

(* begin module describe.shortline *)
(*
name
   shortline: make short lines out of long lines

synopsis
   shortline(input: in, output: out)

files
   input:  text to be wrapped
   output: wrapped text

description
   This Pascal program takes ASCII text and filters it.  Lines longer than the
constant maxline are forced to be maxline long by inserting carriage returns.

author
   Thomas Dana Schneider

bugs
   the constant maxline is fixed at compile time, of course.

*)
(* end module describe.shortline *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}