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

  1. .im man.im
  2. .NM charcnt count characters in input
  3. .SY charcnt
  4. .FU
  5. .ital charcnt
  6. counts the characters in its input and writes the total as a single
  7. line of text to the output.
  8. Since each line of text is internally delimited by a
  9. .ital NEWLINE
  10. character, the total count is the number of lines plus the number of characters
  11. within each line.
  12. .EG
  13. .Q1
  14. charcnt
  15. A single line of input.
  16. <ENDFILE>
  17. .ital 24
  18. .Q2
  19.  
  20.