Delila Program: woco

woco program

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

{  version = 1.09; (* of woco 2016 Jan 24}

(* begin module describe.woco *)
(*
name
   woco: word counting program

synopsis
   woco(input: in, output: out)

files
   input:  a file to find the number of words in
   output: number of words in the file

description
   The program knows about latex constructs a little.
   A word is defined to be any contiguous string of A-Z, a-z, 0-9,
   excluding those that begin with a \.

author
   Thomas Dana Schneider

bugs
   none known

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


{created by htmlink 1.62}