Amiga Survival Kit (Disk 80) (Feb 1988) : CLI Information / Example.txt

  This is an example user `
file for "Help!".         `
                          `
  Please note <<ALL>> the `
following things about it:`
                          `
* There are exactly 26    `
  characters on each line,`
  NOT counting the special`
  end-of-line character.  `
                          `
* The end-of-line marker  `
  is an ACCENT (`), NOT a `
  single quote (').       `
  This was chosen as a    `
  seldom used character.  `
  EVERY line has to end   `
  with this character.    `
                          `
* Blank lines consist of  `
  26 spaces and an accent.`
  Don't just skip a line. `
                          `
* There are NO characters `
  after the ACCENT, except`
  for a newline character.`
  This program will accept`
  any combination of a    `
  Carriage Return and/or  `
  a Line Feed ($0D/$0A).  `
                          `
* There are NO non-ASCII  `
  characters in this file.`
  (You may use all these  `
   character values:      `
   $20 - $7E   (32 - 126) `
   $A0 - $FF  (160 - 255) `
   Don't use any other    `
   values.  Amiga ANSI    `
   escape sequences will  `
   *NOT* work with this   `
   program.)              `
                          `
* There are NO special    `
  end-of-file characters. `
                          `
  Some of these rules may `
seem strange, but they are`
necessary compromises in  `
order to get the speed you`
see in displaying text.   `
                          `
  The program takes your  `
text file, and converts it`
when read to an internal  `
format for display. If any`
of these rules are not    `
followed, the program may `
crash.                    `
                          `
  Please use a plain ASCII`
editor to create your help`
files, or set your word-  `
processor to ASCII mode.  `
                          `
  Invisible embedded      `
characters will cause the `
character count to be off.`
                          `
  I hope you enjoy this   `
little utility. And please`
remember that this is a   `
shareware program.        `
                          `
                The Author`