home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 23 / 023.d81 / t.q&a < prev    next >
Text File  |  2022-08-26  |  2KB  |  154 lines

  1. Cutler 11229
  2.  
  3.  
  4.   I heard that the Commodore stock on
  5.  
  6. Wall Street fell to $7 per/share
  7.  
  8. which could mean NO more Commodore by
  9.  
  10. this summer because the new Amiga is
  11.  
  12. not selling.  If this happens, will
  13.  
  14. Loadstar continue on with monthly
  15.  
  16. issues and will Commodore's
  17.  
  18. Powerplay/Microcomputers
  19.  
  20. also continue?  If this is just a
  21.  
  22. rumor, then good; if not what will
  23.  
  24. happen to all of us who own Commodore
  25.  
  26. computers?
  27.  
  28.  
  29. > The Amiga is not doing as badly as
  30. > some think, and as far as finances
  31. > go, Commodore recently refinanced
  32. > their future and will definitely be
  33. > around for another several months.
  34. > Nevertheless, software venders
  35. > like Loadstar will continue to
  36. > publish material for the 64 and 128
  37. > as long as there is a market--
  38. > which seems to be a long time.
  39.  
  40.  
  41.  
  42. -- Why does my logo.eliza not work?
  43.  
  44.  
  45. The following four corrections were
  46.  
  47. offered to the eliza.logo program by
  48.  
  49. David Cutler:
  50.  
  51.  
  52. On the INPUT.AND.RESPOND(level 2)
  53.  
  54. section:
  55.  
  56.  
  57. (1) The 6th line down reads-
  58.  
  59. MAKE"PACKED.KEYWORDS CONCATENATE
  60.  
  61. :KEYWORDS --between the words MAKE
  62.  
  63. and PACKED, there should be a space
  64.  
  65. between the E and the ".
  66.  
  67. It should read:  MAKE "PACKED.....
  68.  
  69.           space here ^
  70.  
  71. ------------------------------------
  72.  
  73. (2) The 12th line down reads--
  74.  
  75.  
  76.  
  77. IF MEMBER? "$ :RESPONSE THEN MAKE
  78.  
  79. "RESPONSE REPLACE.WORD"$ :NAME
  80.  
  81. :REPONSE --between the words WORD and
  82.  
  83. NAME, there should be a space between
  84.  
  85. the D(in word) and the ".
  86.  
  87. It should read: IF
  88.  
  89. MEMBER?........REPLACE.WORD "$ :NAME
  90.  
  91.                 space here ^
  92.  
  93. ------------------------------------
  94.  
  95. (3) The 13th line down reads-
  96.  
  97.  
  98. IF MEMBER? "# :RESPONSE THEN MAKE
  99.  
  100. "RESPONSE REPLACE.WORD"#
  101.  
  102. :PACKED.KEYWORDS :RESPONSE  --between
  103.  
  104. the word WORD and the word PACKED,
  105.  
  106. there should be a space between the
  107.  
  108. d(in word) and "
  109.  
  110. It should read: IF MEMBER......
  111.  
  112. ...REPLACE.WORD "# :PACKED.....etc.
  113.  
  114.     space here ^
  115.  
  116. --------------------------------------
  117.  
  118. --------------------------------------
  119.  
  120. On the REPLACE.WORD(level 4)
  121.  
  122. section:
  123.  
  124.  
  125. (4) The 5th line down reads-
  126.  
  127.  
  128. IF FALSE OUTPUT FPUT FIRST :LIST
  129.  
  130. REPLACE.WORD :OLD :NEW (BUTFIRST
  131.  
  132. :LIST ) -- there should be NO space
  133.  
  134. between the words IF and FALSE
  135.  
  136. It should read IFFALSE OUTPUT....etc
  137.  
  138.        no space ^
  139.  
  140.  
  141.       ------------------------
  142.  
  143.  
  144. There you have it. Remember to press
  145.  
  146. CONTROL C when leaving step 3 and the
  147.  
  148. program will work with Eliza
  149.  
  150. responding with illogical statements.
  151.  
  152. -----------<end of text>----------
  153.  
  154.