!Help for testscripts
=====================

These were scripts used in the testing of the
script interpreter. Maybe you want to play around
with them, or learn how things are done?


  120701Test
    Loads the movie review file "1stdaughtr" from
    the Pages directory, and then tidies it up,
    saving the results as ASCII.

  BranchTest
    Test the branch routine, an infinite loop.

  IfTest
    Test the if() handler.

  movietest
    The mega-script to load the "next month on Sky"
    pages and output an alphabetical list of movies.
    It tries to load from disc, but can be modified
    to fetch the pages 'live'.
    I just never bothered as Sky ceased transmitting
    this information practically the day the script
    was finished. Ho hum!

  NumTest
    Various numerical tests.

  SetTest
    Tests the 'set <var> to <value>' command.

  testhelp
    Tests the tiny bit of code at the start of the
    help file, designed to open the file if it is
    tried to be run as a script!

