home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / FNTFIG.ZIP / TEXT.H < prev    next >
Text File  |  1989-07-05  |  983b  |  19 lines

  1. /*----------------------------
  2.    TEXT.H -- Huckleberry Finn
  3.   ----------------------------*/
  4.  
  5. CHAR *aszText [] = {
  6.                    "You don't know about me, without you have read a",
  7.                    "book by the name of \"The Adventures of Tom",
  8.                    "Sawyer,\" but that ain\'t no matter. That book was",
  9.                    "made by Mr. Mark Twain, and he told the truth,",
  10.                    "mainly. There was things which he stretched, but",
  11.                    "mainly he told the truth. That is nothing. I never seen",
  12.                    "anybody but lied, one time or another, without it was",
  13.                    "Aunt Polly, or the widow, or maybe Mary. Aunt",
  14.                    "Polly--Tom's Aunt Polly, she is--and Mary, and the",
  15.                    "Widow Douglas, is all told about in that book--which",
  16.                    "is mostly a true book; with some stretchers, as I said",
  17.                    "before."
  18.                    } ;
  19.