home *** CD-ROM | disk | FTP | other *** search
/ Complete Bookshop / CompleteWorkshop.iso / jokes / db3joke / castle.prg < prev    next >
Text File  |  1985-11-19  |  4KB  |  134 lines

  1. ********************(CASTLE.PRG)
  2. CLEA
  3. SET FUNCT 9 TO 'DO CASTLE;'
  4. SET FUNCT 10 TO 'MODI COMM CASTLE;'
  5. SET TALK OFF
  6. STORE ' ' TO OPTION
  7. DO WHILE VAL(OPTION)<7
  8. CLEA
  9. TYPE CASTLE.TXT
  10. @ 20,25 SAY ' X to exit '
  11. ?
  12. ?
  13. WAIT '                         Select option ' TO OPTION
  14. IF OPTION='X'
  15. CLEA
  16. RETURN
  17. ENDIF
  18. IF OPTION='1'
  19. clea
  20. @ 1,1 SAY 'John Cammeron Swazie presents the torture test of the ì
  21. Texas Instruments 99A'
  22. @ 2,1 say 'wristwatch/computer-calculator.'
  23. @ 4,1 say [Tell us John....how are we going to put the new TI ì
  24. through it's paces today?]
  25. @ 6,1 say [Well Bob,today we have a test that shows how YOUR ì
  26. wristwatch]
  27. @ 7,1 say [can survive a nuclear holocaust and still keep ì
  28. ticking!]
  29. @ 9,1 say [Gee Bob....I've got to get going you know I think I ì
  30. left the water]
  31. @ 10,1 say [running in my apartment. I'll have to catch you ì
  32. later.]
  33. @ 12,1 say [Oh shucks Bob,we've got everything under control ì
  34. here,now watch what]
  35. @ 13,1 say [happens when I push this big red button.....]
  36. @ 14,1 say [You see what I have just done is started a ì
  37. non-reversable chain reaction]
  38. @ 15,1 say [that will detonate the device we have over there by ì
  39. the gasoline tanks.]
  40. @ 16,1 say [We figure it will take about 30 seconds to go off.]
  41. @ 18,1 say [Golly,this is going to put a damper on my weekend ì
  42. plans with Judy & the kids.]
  43. ?
  44. WAIT ' Cautiously press any key to continue....'
  45. CLEA
  46. TYPE BOOM.TXT
  47. WAIT ì
  48. 'Tick-glow,tick-glow,tick-glow,tick-glow,tick-glow,tick-glow,tick-ì
  49. glow,tick-glow'
  50. endif
  51. IF OPTION='2'
  52. CLEA
  53. STORE '          ' TO MNAME
  54. STORE ' ' TO FNAME
  55. STORE ' ' TO FNAME2
  56. @ 3,1 SAY [*^(&^*$^@^$@#_(*)_)(*%*^$^)*&(^$%*&(&^^&%&(^*)(^(&&]
  57. ?
  58. wait [*(%$#@(*&&*(%^%#$#@!@^&($%*^_()&(%#&%&^*&%&*%^*%&^%&(^(^]
  59. clea
  60. @ 3,1 SAY [Don't forget the important notes you just read...,now what is ì
  61. your name ?]
  62. @ 5,30 GET MNAME
  63. READ
  64. STORE SUBSTR(MNAME,3,1) TO FNAME2
  65. STORE SUBSTR(MNAME,2,1) TO FNAME
  66. STORE TRIM(MNAME) TO MNAME
  67. STORE FNAME+MNAME+FNAME2 TO MNAME
  68. @ 9,1 SAY [Thanks,]
  69. @ 9,8 SAY MNAME
  70. @ 10,1 SAY [Now be prepared to see some real slick business ì
  71. software from]
  72. @ 11,1 say [the business professionals of Taiwan.-Where the ì
  73. REALLY good programs come from.]
  74. ?
  75. WAIT 'Press joystick FIRE button to see loan amortization demo...'
  76. CLEA
  77. TYPE AMORT.TXT
  78. @ 21,60 SAY [%5.94]
  79. @ 6,1 SAY [98784.8375983]
  80. @ 13,1 SAY [$3.29/lb(in season)]
  81. @ 6,70 SAY [umm...]
  82. @ 4,79 SAY [2]
  83. @ 1,34 SAY [Insert 25]+CHR(155)
  84. @ 8,23 SAY [2+2=1784875.854]
  85. @ 18,70 say [what?]
  86. @ 9,59 SAY [but then it could be]
  87. @ 7,5 SAY [LOAN APPLICATION DENIED]
  88. @ 2,14 say [8457.3476*]
  89. @ 10,30 say [(*&^&*%77777]
  90. @ 3,67 SAY [********.**]
  91. STORE CHR(146) TO Z
  92. @ 3,55 SAY Z+Z+Z+Z+Z+Z+Z+Z+Z+Z
  93. @ 5,40 say [$25 per lid]
  94. @ 16,57 say [Bank of despair]
  95. @ 21,40 SAY [???]
  96. WAIT  'pretty impressive huh?'
  97. ENDIF
  98. IF OPTION='3'
  99. CLEA
  100. TYPE DOG.TXT
  101. @ 12,29 SAY 'I AM AN AM/FM RADIO'
  102. @ 13,29 SAY 'WITH A 4K COMPUTER'
  103. @ 14,29 SAY 'INSTALLED BEHIND MY TAIL'
  104. @ 15,29 SAY '6 C BATTERIES NOT INCL.'
  105. @ 21,1 SAY ' '
  106. WAIT '                                       WOOF!'
  107. ENDIF
  108. IF OPTION='4'
  109. CLEA
  110. TYPE GRAVE.TXT
  111. WAIT [And now here's a blast from the past to all our dealers who ì
  112. got burned.         Not to mention our vendors.....]
  113. ENDIF
  114. IF OPTION='5'
  115. CLEA
  116. STORE 1 TO OK
  117. DO WHILE OK<5
  118. TYPE WHBOX.TXT
  119. STORE 1+OK TO OK
  120. ENDDO
  121. ENDIF
  122. IF OPTION='6'
  123. CLEA
  124. TYPE APPLE.TXT
  125. @ 8,27 SAY [ Dear Steve, ]
  126. @ 9,27 SAY [ Wishing you best luck ]
  127. @ 10,27 SAY [ in your new venture. ]
  128. @ 12,27 SAY [ Got any openings? ]
  129. @ 20,1 SAY ' '
  130. WAIT '                                Appledos'
  131. ENDIF
  132. ENDDO
  133. RETURN
  134.