home *** CD-ROM | disk | FTP | other *** search
- 70 rem (c) by klaus kloeker
- 80 goto100
- 90 poke214,z:poke211,s:sys58732:return
- 100 rem * menue *
- 110 print"[147]":poke53280,0:poke53281,0:poke53272,23:poke788,52:gosub900
- 200 print" [198][160][201][160][206][160][193][160][206][160][218][160][205][160][193][160][212][160][200][160][197][160][205][160][193][160][212] [201][160][203] [146]"
- 210 z=4:s=6:gosub90:print"[205]enue :":z=5:gosub90:print"-------"
- 220 z=7:s=0:y=1:fori=1to5:gosub90:printna$(i);nb$(i)
- 230 z=z+2:y=y+1:next
- 240 z=18:gosub90:print" [146] [215]aehlen [211]ie mit [198]3 [146] und [198]5 [146] !"
- 250 z=20:s=7:gosub90:print"[196]ruecken [211]ie dann ' [210][197][212][213][210][206][160]' [160]!"
- 260 z=23:s=0:gosub90:print"[162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162][162]"
- 300 rem * auswahlroutine *
- 310 z=7:y=1
- 320 gosub90:print" [146]":fori=1to75:next
- 330 print"[145]";na$(y):fori=1to125:next
- 340 getg$:ifg$<>chr$(134)andg$<>chr$(135)andg$<>chr$(13)then320
- 350 ifg$=chr$(13)thengosub90:print">[146]";:goto400
- 355 ifg$=chr$(135)then380
- 360 z=z+2:y=y+1:ifz>15thenz=7:y=1
- 370 goto320
- 380 z=z-2:y=y-1:ifz<7thenz=15:y=5
- 390 goto320
- 400 onygoto500,510,520,530,540
- 410 end
- 500 loadnb$(1),8
- 510 loadnb$(2),8
- 520 loadnb$(3),8
- 530 loadnb$(4),8
- 540 print"[147]":poke53272,21:poke788,49:end
- 900 rem * variablen *
- 910 na$(1)="- 1 -[146] ":na$(2)="- 2 -[146] ":na$(3)="- 3 -[146] "
- 920 na$(4)="- 4 -[146] ":na$(5)="- 5 -[146] "
- 930 nb$(1)="[218]insrechnung":nb$(2)="[218]inseszinsrechnung"
- 940 nb$(3)="[196]iskontieren eines [203]apitals"
- 950 nb$(4)="[197]rstellen eines [212]ilgungsplaenes":nb$(5)="[208]rogrammende"
- 960 return
-