home *** CD-ROM | disk | FTP | other *** search
- 10 rem aphorism generator
- 12 rem by dr. j.d. robertson
- 15 rem july 13,1978
- 17 rem *************************
- 20 rem blip is the blap of bleep
- 22 rem *************************
- 25 rem additions by m. wells
- 27 rem june1983
- 30 rem a. gardner
- 31 rem march 1984
- 32 dimx$(25),y$(25),z$(25)
- 35 rem x$- list of blip words
- 36 rem y$- list of blap words
- 37 rem z$- list of bleep words
- 40 for i=1 to 25
- 42 read x$(i),y$(i),z$(i)
- 45 nexti
- 48 print""
- 50 print"[147]";:print" generate sayings with obscure meanings
- 52 [153]" to counter the person that always uses aphoristic banality such ";
- 54 [153]"as-'necessity is the mother of invention.'"
- 55 [153]:[153]" this program will help you. just tell it how many you will";
- 57 [153]" be needing and":[153]" stand back!-":[153]:[153]
- 60 [153]:[153]" how many aphorisms would you like":[133]" to see";n
- 62 [153]"load"
- 65 [129] i[178]1 [164] n
- 70 [143] select jth blip word,kth blap word, lth bleep word
- 75 j[178]1[170][181]([187](1)[172]25)
- 80 k[178]1[170][181]([187](1)[172]25)
- 85 l[178]1[170][181]([187](1)[172]25)
- 90 [153]x$(j);" is the ";y$(k);" of ";z$(l)
- 95 [130]i
- 100 [153]:[153]"do you want to see more? (y/n);
- 105 geta$:ifa$=""then105
- 107 ifa$<>"y"thenprint"[147]":goto63000
- 110 print"[147]":goto60
- 145 rem blip-blap-bleep words
- 150 datasanity,anathema,love,agony,quagmire,ardor
- 151 datadistrust,blight,beauty,politics,harlot,hate
- 152 datagreed,friend,filth,gluttony,mother,evil
- 153 datahealth,father,excess,hysteria,sister,fantasy
- 154 databrevity,brother,racism,charity,enemy,laughter
- 155 datasecurity,bandit,naivete,science,house,apoplexy
- 156 datacelibacy,kidney,sadism,decency,harpy,lust
- 157 dataabuse,laxative,sex,weakness,follicle,leprosy
- 158 databravery,reward,deceit,genius,genesis,loyalty
- 159 datadeath,heart,suicide,alcohol,liver,success
- 160 dataviolence,curator,idiocy,apathy,eunuch,progress
- 161 data money,result,failure,garbage,apex,release
- 162 dataobesity,bladder,avarice
- 170 goto 63000
- 63000 print"load"chr$(34)"payload"chr$(34)",8":print"run"
- 63001 poke631,13:poke632,13:poke198,2
-