Delila Program: wl

wl program

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

{version = 1.00; (* of wl}

(* begin module describe.wl *)
(*
name
   wl: wrap lines in a file

synopsis
   wl(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 altered by inserting carriage returns.

author
   Thomas Dana Schneider

see also
    ww.p

bugs
   the constant maxline is fixed at compile time.

*)
(* end module describe.wl *)
This manual page was created by makman 1.45


{created by htmlink 1.62}