By downloading this code you agree to the
Source Code Use License (PDF). |
{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}