home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / PASCAL / PT01.ZIP / WORDCNT.MAN < prev   
Encoding:
Text File  |  1983-09-07  |  381 b   |  19 lines

  1. .im man.im
  2. .NM wordcnt count words in standard input
  3. .SY wordcnt
  4. .FU
  5. .ital wordcnt
  6. counts the words in its input and writes the total as a line of
  7. text to the output.
  8. A "word" is a maximal sequence of characters not
  9. containing a blank or tab or newline.
  10. .EG
  11. .Q1
  12. wordcnt
  13. A single line of input.
  14. <ENDFILE>
  15. .ital 5
  16. .Q2
  17. .BUGS
  18. The definition of "word" is simplistic.
  19.