home *** CD-ROM | disk | FTP | other *** search
- 10 dimx$(100),x(100):poke53280,6
- 20 fort=1to100:x$(t)="/":x(t)=0:next
- 1000 e1=0:print"[147] [158]menue":print"[153] 1 -> eingeben":print"[153] 2 -> ausgeben"
- 1010 geta$:ifa$<>"1"anda$<>"2"then1010
- 1020 ifa$="2"then1350
- 1030 print"[147]f1 - seite weiter":print"f3 - seite zurueck":print"f8 - ende"
- 1040 print"wahl mit cursor hoch / runter + return"
- 1050 print"return bei '/' : begriff eingeben"
- 1060 print" + punkte eingeben"
- 1070 print"return bei begriff: punkte eingeben"
- 1080 poke198,0:wait198,1:poke198,0:print"[147]":f=1
- 1090 fort=fto100:printx$(t),t
- 1100 ift/23=int(t/23)thenz=t-22:gosub1150:print"[147]"
- 1110 next:ift=>100ande1=0thenz=t-8:gosub1150
- 1120 ife1=1then1000
- 1130 iff>1thenprint"[147]":goto1090
- 1140 goto1000
- 1150 a=1:d=0
- 1160 poke214,a:poke211,0:sys58640:print""x$(z)"[146] "
- 1170 ifd>0thenpoke214,d:poke211,0:sys58640:printx$(c)" "
- 1180 geta$:ifa$=""then1180
- 1190 ifa$=""anda<23thenc=z:d=a:a=a+1:z=z+1:goto1160
- 1200 ifa$=""anda=>23thenc=z:d=a:a=1:z=z-22:goto1160
- 1210 ifa$="[145]"anda>1thenc=z:z=z-1:d=a:a=a-1:goto1160
- 1220 ifa$="[145]"anda=<1thenc=z:d=a:a=a+22:z=z+22:goto1160
- 1230 ifa$=chr$(13)andx$(z)<>"/"thenp$="":goto1320
- 1240 ifa$=chr$(13)andx$(z)="/"andx$(z-1)="/"then1180
- 1250 ifa$=chr$(13)andx$(z)="/"thengosub1390:inputx$(z):p$="":goto1320
- 1260 ifa$=chr$(133)then1310
- 1270 ifa$=chr$(134)andt=>46andt<101thent=t-46:goto1310
- 1280 ifa$=chr$(134)andt=>100thenf=70:goto1310
- 1290 ifa$=chr$(140)thent=100:e1=1:goto1310
- 1300 goto1160
- 1310 return
- 1320 gosub1390:printtab(25);:input"punkte";p$
- 1330 p=val(p$):x(z)=x(z)+p
- 1340 gosub1390:printtab(25)" ":goto1160
- 1350 print"[147]":fort=1to100:printx$(t),x(t)
- 1360 ift/23=int(t/23)thengosub1400
- 1370 next:ifa$=" "thenpoke198,0:wait198,1:poke198,0
- 1380 goto1000
- 1390 poke214,a:poke211,0:sys58640:return
- 1400 geta$:ifa$<>" "anda$<>chr$(140)then1400
- 1410 ifa$=chr$(140)thent=100
- 1420 print"[147]":return
-