10 REM ***** FCWIN ****** 20 MODE7:VDU23;8202;0;0;0; 30 PRINTTAB(0,1)CHR$132CHR$157CHR$131CHR$141"Fighter Command - W I N" 40 PRINTTAB(0,2)CHR$132CHR$157CHR$131CHR$141"Fighter Command - W I N"'' 50 IFA%=0THEN100 60 PRINT"‚Congratulations you have defeated the" 70 PRINT"‚might of the German Luftwaffe. However" 80 PRINT"‚there are still better points to be" 90 PRINT"‚made, and more bombers to shoot down."':GOTO150 100 PRINT"‚Congratulations you have defeated the" 110 PRINT"‚might of the German Luftwaffe. You" 120 PRINT"‚can't do any better than zero bombers" 130 PRINT"‚but there are still better points" 140 PRINT"‚to be made."' 150 IFA%=0THENA=10000 160 IFA%>0ANDA%<6THENA=8000 170 IFA%>=6ANDA%<21THENA=6000 180 IFA%>=21ANDA%<41THENA=4000 190 IFA%>=41ANDA%<61THENA=2000 200 IFA%>=61ANDA%<81THENA=1000 210 IFA%>=81ANDA%<100THENA=500 220 IFA%>=100THENA=0 230 PRINT"†You have scored ‡";A;TAB(25,10)"†BONUS" 240 PRINT"‚You shot down ‡";B%;TAB(25,11)"‚Bombers" 250 PRINT"ƒYou shot down ‡";E%;TAB(25,12)"ƒEscorts" 260 PRINT"…You lost ‡ ";F%;TAB(25,13)"…Fighters" 270 PRINT"†LONDON was bombed by‡";L%;"†Bombers"' 280 PRINTCHR$131CHR$157CHR$129CHR$141"Total points scored = ";(A+(B%*20)+(E%*40))-((F%*50)+(L%*10)) 290 PRINTCHR$131CHR$157CHR$129CHR$141"Total points scored = ";(A+(B%*20)+(E%*40))-((F%*50)+(L%*10)) 300 PRINT''"„Do you wish to try and do better (Y/N)?" 310 A$=GET$ 320 IFA$="Y"THENCHAIN"FC" 330 IFA$<>"N"THEN310 340 PRINT'"ƒO.K! Do try again another time." 350 END