home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 15 / 015.d81 / t.lk.higher-lowe < prev    next >
Text File  |  2022-08-26  |  1KB  |  68 lines

  1.              HIGHER-LOWER
  2.              ============
  3.  
  4.          by:  Joel Ellis Rea
  5.  
  6.  
  7.    This program is this month's COMAL
  8.  
  9. Corner program.  It is written in Ker-
  10.  
  11. nal-standard COMAL, so can ENTER into
  12.  
  13. any version of COMAL with the ENTER
  14.  
  15. command.  Thus the LK. prefix (LIST
  16.  
  17. file, Kernal-standard).
  18.  
  19.  
  20.    The program itself implements the
  21.  
  22. popular Higher-Lower parlor game.  The
  23.  
  24. computer chooses the random number (0-
  25.  
  26. 999), and informs you after each guess
  27.  
  28. (if you are wrong) whether your next
  29.  
  30. guess should be Higher or Lower.
  31.  
  32.  
  33.    This program cannot be RUN from
  34.  
  35. here.  You must have either COMAL 0.14
  36.  
  37. on disk or COMAL 2.01 on cartridge.
  38.  
  39. Or, if you have the ability, you can
  40.  
  41. transfer the file to another computer
  42.  
  43. equiped with Kernal-compatible COMAL.
  44.  
  45. From COMAL, type:
  46.  
  47.  
  48.    ENTER "LK.HIGHER-LOWER"
  49.  
  50.  
  51. and hit RETURN.  Then RUN the program.
  52.  
  53.  
  54.    The main purpose of this program is
  55.  
  56. to show the advantages of structure.
  57.  
  58. Even though there are few comments, it
  59.  
  60. should not be hard to figure out how
  61.  
  62. it works, for it is well-structured.
  63.  
  64.  
  65. FILES:   LK.HIGHER-LOWER
  66.  
  67. ========= End of Description =========
  68.