10REM ***** FCDEF *****
20MODE7:VDU23;8202;0;0;0;
30PRINTTAB(0,1)CHR$(132)CHR$(157)CHR$
(131)CHR$(141)"Fighter Command - D E F
E A T"
40PRINTTAB(0,2)CHR$(132)CHR$(157)CHR$
(131)CHR$(141)"Fighter Command - D E F
E A T"''
50PRINT" You have been defeated by th
e might of"
60PRINT" the German Luftwaffe. LONDO
N has been"
70PRINT" devastated. You have not do
ne very"
80PRINT" well have you?"'
90PRINT" You have scored ";0;TAB(23
,10)" BONUS"
100PRINT" You shot down ";B%;TAB(2
3,11)" Bombers"
110PRINT" You shot down ";E%;TAB(2
3,12)" Escorts"
120PRINT" You lost ";F%;TAB(2
3,13)" Fighters"
130PRINT" LONDON was bombed by ";L%;"
Bombers"'
140PRINTCHR$(131)CHR$(157)CHR$(129)CHR
$(141)"Total points scored = ";((B%*20)+
(E%*30))-((F%*50)+(L%*10))
150PRINTCHR$(131)CHR$(157)CHR$(129)CHR
$(141)"Total points scored = ";((B%*20)+
(E%*30))-((F%*50)+(L%*10))
160PRINT''" Do try to do better. Play
again (Y/N)?"
170A$=GET$
180IFA$="Y"THENCHAIN"FC"
190IFA$<>"N"THEN170
200PRINT" C O W A R D !!!!"
210END