Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_36.ADF » F/ADJ
F/ADJ
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_36.ADF |
Filename: | F/ADJ |
Read OK: | ✔ |
File size: | 0CAC bytes |
Load address: | FFFF0E00 |
Exec address: | FFFF802B |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_36.ADF » F/ADJ
- Personal collection » Acorn hard disk » zipped_disks » elk03 » eug36/F/ADJ
File contents
10 REM MICRO FRENCH (ADJ) 20 REM COPYRIGHT (C) G.LUDINSKI 1986 21REM CRACKED BY THE DAVE EC 1997 22ONERRORCHAIN"MENU2":RUN 24 *KEY10"OLD|M RUN|M" 30 MODE1 40 DIM J$(25),K$(25),Q$(5),A$(5),W%(50),N%(5) 50 C0=0:C1=1:C2=2:C3=3 60 VDU19,0,4,0,0,0,19,2,3,0,0,0 70 VDU23,224,&01,&02,&04,&08,&90,&A0,&C0,&80 71 VDU23,225,&3C,&42,&99,&A1,&A1,&99,&42,&3C 72 VDU23,1,0;0;0;0; 80 S$=STRING$(40," "):D$=STRING$(40,"."):TS=0:COLOURC0+128 120 FORI=1TO500 130 READJ$(I),K$(I) 140 IFJ$(I)<>"*"THENGOTO150 142 DA=I-1 144 I=500 150 NEXTI 160 TE=0 170 MK=0 180 TW=0:WN=0 182 TIME=0 190 CLS 200 REM 210 COLOURC1 220 COLOURC3+128 230 PRINTTAB(0,3);S$;"Les adjectifs (Micro French) ";CHR$(225);" LCL 1986 ";S$ 240 COLOURC0+128 250 COLOURC3 270 H$="Adjectives agree in number and gender with the nouns they qualify.All adjectives,except short and common ones,follow their noun.The same rules apply to the plural of adjectives as the plural of nouns." 290 PRINTH$ 300 NM=0 302 TT=TIME 310 FORI=0TO4 320 IF I<>0 AND I<=WN THEN W=W%(I):W%(I)=0:GOTO 322 321 W=RND(DA) 322 N%(I)=W 330 K=I+1 340 REPEAT K=K-1 350 UNTIL (J$(W)=Q$(K)) OR K=0 360 IFJ$(W)=Q$(K)THENGOTO321 370 Q$(I+1)=J$(W) 380 A$(I+1)=K$(W) 382 IFI<>0THENGOTO400 384 PRINTTAB(0,14);"0 ";Q$(1);".";:COLOUR C2:PRINTA$(1);STRING$(35-LEN(Q$(1))-LEN(A$(1)),".");:COLOURC1:PRINTCHR$(224):COLOURC3 386 GOTO440 400 REM 402 Y=14+I*3 404 X=0 420 LD=37-LENQ$(I+1) 430 PRINTTAB(X,Y);I;" ";Q$(I+1);LEFT$(D$,LD); 440 NEXTI 442 WN=0 450 FORI=1TO4 452 WT=0:TE=TE+1:I$="" 460 COLOUR C2:IFI<5THEN PRINT TAB(0,14+I*3);I;:PRINTTAB(LEN(Q$(I+1))+3,14+I*3); 490 I1$=INKEY$(0):IF I1$="?" THEN PRINT TAB(LEN(Q$(I+1))+3,14+I*3);A$(I+1);STRING$(36-LEN(Q$(I+1))-LEN(A$(I+1)),".");" ";:COLOUR C2:WN=WN+1:W%(WN)=N%(I):GOTO 590 491 IF WT=1 AND I1$<>"" THEN LI=37-LEN(Q$(I+1)):LA=LEN(A$(I+1)):COLOUR C2:PRINT STRING$(LI,".");" ";STRING$(LI+1,CHR$(8));CHR$(10);STRING$(LA," ");STRING$(LA,CHR$(8));CHR$(11);:WT=0 492 IFTIME<(6000+TT)THENGOTO509 500 XP=POS 502 YP=VPOS 504 COLOURC2 506 PRINTTAB(30,1);"TIME UP" 507 COLOUR C2 508 PRINTTAB(XP,YP); 509 IFI1$<>""THENGOTO519 510 XP=POS 511 YP=VPOS 512 PRINTTAB(0,1);STR$(TE)+") Score "+STR$(MK)+" "+STR$(INT(TIME/100))+" s" 513 PRINTTAB(XP,YP); 514 GOTO490 519 IF I1$=CHR$(13) OR LEN(Q$(I+1))+LEN(I$)>37 OR I1$=CHR$(127) THENGOTO530 520 XP=POS+1:YP=VPOS 522 PRINTI1$; 523 PRINTTAB(0,1);STR$(TE)+") Score "+STR$(MK)+" "+STR$(INT(TIME/100))+" s" 524 PRINTTAB(XP,YP); 525 IF ASC(I1$)<>-1 THEN I$=I$+CHR$(ASC(I1$)OR&20) ELSE I$=I$+CHR$(ASC(I1)-&60) 526 GOTO 490 530 IF I1$<>CHR$(127) OR I$="" THENGOTO540 532 I$=LEFT$(I$,LEN(I$)-1) 534 PRINTCHR$(127); 536 GOTO 490 540 COLOURC1 550 IFI$<>A$(I+1)THENGOTO560 552 PRINT" ";CHR$(224) 554 SOUND1,-15,101,10 556 TS=TS+1 560 IFI$=A$(I+1)THENGOTO570 562 PRINT" X" 564SOUND1,-15,73,10 566 SOUND1,-15,69,5 567 TW=TW+1:WN=WN+1:W%(WN)=N%(I) 568 PRINTTAB(3+LEN(Q$(I+1)),15+I*3);A$(I+1) 569 WT=1:I$="":COLOUR C2:GOTO 460 570 COLOUR C2 580 MK=INT(100*TS/(TS+TW)) 590 NEXTI 600 PRINTTAB(0,29);"Appuyer sur C pour continuer..........."; 610 R$=GET$ 612 IFR$<>"C"ANDR$<>"c"THENGOTO610 620 GOTO190 630 DATA la fille (joli),la jolie fille,"le gar�on (bon)","le bon gar�on",la dame (vieux),la vieille dame,la table (grand),la grande table,la robe (neuf),la robe neuve 640 DATA "la bo�te (blanc)","la bo�te blanche",la page (nouveau),la nouvelle page 650 DATA la fille (jeune),la jeune fille,"le chien (m�chant)","le m�chant chien",les crayons (gris),les crayons gris,la nuit (noir),la nuit noire,les gants (rouge),les gants rouges 660 DATA la sMODEur (jaloux),la sMODEur jalouse,les pois (petit),les petits pois,les fruits (jaune),les fruits jaunes,les dames (beau),les belles dames,la pierre (sec),la pierre sGCOLche,les filles (joli),les jolies filles 670 DATA les filles (bon),les bonnes filles,la femme (premier),"la premi�re femme",*,*
� MICRO FRENCH (ADJ) $ � COPYRIGHT (C) G.LUDINSKI 1986 !� CRACKED BY THE DAVE EC 1997 ��"MENU2":� *KEY10"OLD|M RUN|M" �1 (- � J$(25),K$(25),Q$(5),A$(5),W%(50),N%(5) 2 C0=0:C1=1:C2=2:C3=3 < �19,0,4,0,0,0,19,2,3,0,0,0 F, �23,224,&01,&02,&04,&08,&90,&A0,&C0,&80 G, �23,225,&3C,&42,&99,&A1,&A1,&99,&42,&3C H �23,1,0;0;0;0; P) S$=�40," "):D$=�40,"."):TS=0:�C0+128 x �I=1�500 � �J$(I),K$(I) � �J$(I)<>"*"��tV@ � DA=I-1 � I=500 � �I � TE=0 � MK=0 � TW=0:WN=0 � �=0 � � � � � �C1 � �C3+128 �E �0,3);S$;"Les adjectifs (Micro French) ";�(225);" LCL 1986 ";S$ � �C0+128 � �C3 � H$="Adjectives agree in number and gender with the nouns they qualify.All adjectives,except short and common ones,follow their noun.The same rules apply to the plural of adjectives as the plural of nouns." " �H$ , NM=0 . TT=� 6 �I=0�4 @, � I<>0 � I<=WN � W=W%(I):W%(I)=0:� �DBA A W=�(DA) B N%(I)=W J K=I+1 T � K=K-1 ^ � (J$(W)=Q$(K)) � K=0 h �J$(W)=Q$(K)��DAA r Q$(I+1)=J$(W) | A$(I+1)=K$(W) ~ �I<>0��tPA �T �0,14);"0 ";Q$(1);".";:� C2:�A$(1);�35-�(Q$(1))-�(A$(1)),".");:�C1:�(224):�C3 � �txA � � � Y=14+I*3 � X=0 � LD=37-�Q$(I+1) �$ �X,Y);I;" ";Q$(I+1);�D$,LD); � �I � WN=0 � �I=1�4 � WT=0:TE=TE+1:I$="" �7 � C2:�I<5� � �0,14+I*3);I;:�(Q$(I+1))+3,14+I*3); �~ I1$=�(0):� I1$="?" � � ��(Q$(I+1))+3,14+I*3);A$(I+1);�36-�(Q$(I+1))-�(A$(I+1)),".");" ";:� C2:WN=WN+1:W%(WN)=N%(I):� �DNB �{ � WT=1 � I1$<>"" � LI=37-�(Q$(I+1)):LA=�(A$(I+1)):� C2:� �LI,".");" ";�LI+1,�(8));�(10);�LA," ");�LA,�(8));�(11);:WT=0 � �<(6000+TT)��d}A � XP=� � YP=� � �C2 � �30,1);"TIME UP" � � C2 � �XP,YP); � �I1$<>""��TGB � XP=� � YP=� ; �0,1);�(TE)+") Score "+�(MK)+" "+�(�(�/100))+" s" �XP,YP); �djA : � I1$=�(13) � �(Q$(I+1))+�(I$)>37 � I1$=�(127) ��TRB XP=�+1:YP=� �I1$; ; �0,1);�(TE)+") Score "+�(MK)+" "+�(�(�/100))+" s" �XP,YP); < � �(I1$)<>-1 � I$=I$+�(�(I1$)�&20) � I$=I$+�(�(I1)-&60) � �djA ! � I1$<>�(127) � I$="" ��T\B I$=�I$,�(I$)-1) �(127); � �djA �C1 & �I$<>A$(I+1)��TpB ( �" ";�(224) * �1,-15,101,10 , TS=TS+1 0 �I$=A$(I+1)��TzB 2 �" X" 4�1,-15,73,10 6 �1,-15,69,5 7! TW=TW+1:WN=WN+1:W%(WN)=N%(I) 8# �3+�(Q$(I+1)),15+I*3);A$(I+1) 9 WT=1:I$="":� C2:� �dLA : � C2 D MK=�(100*TS/(TS+TW)) N �I X7 �0,29);"Appuyer sur C pour continuer..........."; b R$=� d �R$<>"C"�R$<>"c"��DbB l �t~@ v� � la fille (joli),la jolie fille,"le gar�on (bon)","le bon gar�on",la dame (vieux),la vieille dame,la table (grand),la grande table,la robe (neuf),la robe neuve �O � "la bo�te (blanc)","la bo�te blanche",la page (nouveau),la nouvelle page �� � la fille (jeune),la jeune fille,"le chien (m�chant)","le m�chant chien",les crayons (gris),les crayons gris,la nuit (noir),la nuit noire,les gants (rouge),les gants rouges �� � la s�ur (jaloux),la s�ur jalouse,les pois (petit),les petits pois,les fruits (jaune),les fruits jaunes,les dames (beau),les belles dames,la pierre (sec),la pierre s�che,les filles (joli),les jolies filles �U � les filles (bon),les bonnes filles,la femme (premier),"la premi�re femme",*,* �
00000000 0d 00 0a 19 20 f4 20 4d 49 43 52 4f 20 46 52 45 |.... . MICRO FRE| 00000010 4e 43 48 20 28 41 44 4a 29 0d 00 14 24 20 f4 20 |NCH (ADJ)...$ . | 00000020 43 4f 50 59 52 49 47 48 54 20 28 43 29 20 47 2e |COPYRIGHT (C) G.| 00000030 4c 55 44 49 4e 53 4b 49 20 31 39 38 36 0d 00 15 |LUDINSKI 1986...| 00000040 21 f4 20 43 52 41 43 4b 45 44 20 42 59 20 54 48 |!. CRACKED BY TH| 00000050 45 20 44 41 56 45 20 45 43 20 31 39 39 37 0d 00 |E DAVE EC 1997..| 00000060 16 10 ee 85 d7 22 4d 45 4e 55 32 22 3a f9 0d 00 |....."MENU2":...| 00000070 18 18 20 2a 4b 45 59 31 30 22 4f 4c 44 7c 4d 20 |.. *KEY10"OLD|M | 00000080 52 55 4e 7c 4d 22 0d 00 1e 07 20 eb 31 0d 00 28 |RUN|M".... .1..(| 00000090 2d 20 de 20 4a 24 28 32 35 29 2c 4b 24 28 32 35 |- . J$(25),K$(25| 000000a0 29 2c 51 24 28 35 29 2c 41 24 28 35 29 2c 57 25 |),Q$(5),A$(5),W%| 000000b0 28 35 30 29 2c 4e 25 28 35 29 0d 00 32 18 20 43 |(50),N%(5)..2. C| 000000c0 30 3d 30 3a 43 31 3d 31 3a 43 32 3d 32 3a 43 33 |0=0:C1=1:C2=2:C3| 000000d0 3d 33 0d 00 3c 1f 20 ef 31 39 2c 30 2c 34 2c 30 |=3..<. .19,0,4,0| 000000e0 2c 30 2c 30 2c 31 39 2c 32 2c 33 2c 30 2c 30 2c |,0,0,19,2,3,0,0,| 000000f0 30 0d 00 46 2c 20 ef 32 33 2c 32 32 34 2c 26 30 |0..F, .23,224,&0| 00000100 31 2c 26 30 32 2c 26 30 34 2c 26 30 38 2c 26 39 |1,&02,&04,&08,&9| 00000110 30 2c 26 41 30 2c 26 43 30 2c 26 38 30 0d 00 47 |0,&A0,&C0,&80..G| 00000120 2c 20 ef 32 33 2c 32 32 35 2c 26 33 43 2c 26 34 |, .23,225,&3C,&4| 00000130 32 2c 26 39 39 2c 26 41 31 2c 26 41 31 2c 26 39 |2,&99,&A1,&A1,&9| 00000140 39 2c 26 34 32 2c 26 33 43 0d 00 48 13 20 ef 32 |9,&42,&3C..H. .2| 00000150 33 2c 31 2c 30 3b 30 3b 30 3b 30 3b 0d 00 50 29 |3,1,0;0;0;0;..P)| 00000160 20 53 24 3d c4 34 30 2c 22 20 22 29 3a 44 24 3d | S$=.40," "):D$=| 00000170 c4 34 30 2c 22 2e 22 29 3a 54 53 3d 30 3a fb 43 |.40,"."):TS=0:.C| 00000180 30 2b 31 32 38 0d 00 78 0d 20 e3 49 3d 31 b8 35 |0+128..x. .I=1.5| 00000190 30 30 0d 00 82 12 20 f3 4a 24 28 49 29 2c 4b 24 |00.... .J$(I),K$| 000001a0 28 49 29 20 0d 00 8c 16 20 e7 4a 24 28 49 29 3c |(I) .... .J$(I)<| 000001b0 3e 22 2a 22 8c e5 8d 74 56 40 0d 00 8e 0b 20 44 |>"*"...tV@.... D| 000001c0 41 3d 49 2d 31 0d 00 90 0b 20 49 3d 35 30 30 20 |A=I-1.... I=500 | 000001d0 0d 00 96 09 20 ed 49 20 20 0d 00 a0 0a 20 54 45 |.... .I .... TE| 000001e0 3d 30 20 0d 00 aa 09 20 4d 4b 3d 30 0d 00 b4 0e |=0 .... MK=0....| 000001f0 20 54 57 3d 30 3a 57 4e 3d 30 0d 00 b6 09 20 d1 | TW=0:WN=0.... .| 00000200 3d 30 20 0d 00 be 06 20 db 0d 00 c8 06 20 f4 0d |=0 .... ..... ..| 00000210 00 d2 08 20 fb 43 31 0d 00 dc 0c 20 fb 43 33 2b |... .C1.... .C3+| 00000220 31 32 38 0d 00 e6 45 20 f1 8a 30 2c 33 29 3b 53 |128...E ..0,3);S| 00000230 24 3b 22 4c 65 73 20 61 64 6a 65 63 74 69 66 73 |$;"Les adjectifs| 00000240 20 28 4d 69 63 72 6f 20 46 72 65 6e 63 68 29 20 | (Micro French) | 00000250 22 3b bd 28 32 32 35 29 3b 22 20 4c 43 4c 20 31 |";.(225);" LCL 1| 00000260 39 38 36 20 22 3b 53 24 0d 00 f0 0c 20 fb 43 30 |986 ";S$.... .C0| 00000270 2b 31 32 38 0d 00 fa 08 20 fb 43 33 0d 01 0e e2 |+128.... .C3....| 00000280 20 48 24 3d 22 41 64 6a 65 63 74 69 76 65 73 20 | H$="Adjectives | 00000290 61 67 72 65 65 20 69 6e 20 6e 75 6d 62 65 72 20 |agree in number | 000002a0 61 6e 64 20 67 65 6e 64 65 72 20 20 20 77 69 74 |and gender wit| 000002b0 68 20 74 68 65 20 6e 6f 75 6e 73 20 74 68 65 79 |h the nouns they| 000002c0 20 71 75 61 6c 69 66 79 2e 41 6c 6c 20 20 20 20 | qualify.All | 000002d0 20 20 20 20 20 61 64 6a 65 63 74 69 76 65 73 2c | adjectives,| 000002e0 65 78 63 65 70 74 20 73 68 6f 72 74 20 61 6e 64 |except short and| 000002f0 20 63 6f 6d 6d 6f 6e 20 6f 6e 65 73 2c 66 6f 6c | common ones,fol| 00000300 6c 6f 77 20 74 68 65 69 72 20 6e 6f 75 6e 2e 54 |low their noun.T| 00000310 68 65 20 73 61 6d 65 20 72 75 6c 65 73 20 61 70 |he same rules ap| 00000320 70 6c 79 20 20 74 6f 20 74 68 65 20 70 6c 75 72 |ply to the plur| 00000330 61 6c 20 6f 66 20 61 64 6a 65 63 74 69 76 65 73 |al of adjectives| 00000340 20 61 73 20 74 68 65 20 20 20 20 20 20 70 6c 75 | as the plu| 00000350 72 61 6c 20 6f 66 20 6e 6f 75 6e 73 2e 22 0d 01 |ral of nouns."..| 00000360 22 08 20 f1 48 24 0d 01 2c 09 20 4e 4d 3d 30 0d |". .H$..,. NM=0.| 00000370 01 2e 09 20 54 54 3d 91 0d 01 36 0b 20 e3 49 3d |... TT=...6. .I=| 00000380 30 b8 34 0d 01 40 2c 20 e7 20 49 3c 3e 30 20 80 |0.4..@, . I<>0 .| 00000390 20 49 3c 3d 57 4e 20 8c 20 57 3d 57 25 28 49 29 | I<=WN . W=W%(I)| 000003a0 3a 57 25 28 49 29 3d 30 3a e5 20 8d 44 42 41 0d |:W%(I)=0:. .DBA.| 000003b0 01 41 0c 20 57 3d b3 28 44 41 29 0d 01 42 0c 20 |.A. W=.(DA)..B. | 000003c0 4e 25 28 49 29 3d 57 0d 01 4a 0a 20 4b 3d 49 2b |N%(I)=W..J. K=I+| 000003d0 31 0d 01 54 0c 20 f5 20 4b 3d 4b 2d 31 0d 01 5e |1..T. . K=K-1..^| 000003e0 1b 20 fd 20 28 4a 24 28 57 29 3d 51 24 28 4b 29 |. . (J$(W)=Q$(K)| 000003f0 29 20 84 20 4b 3d 30 20 0d 01 68 17 20 e7 4a 24 |) . K=0 ..h. .J$| 00000400 28 57 29 3d 51 24 28 4b 29 8c e5 8d 44 41 41 0d |(W)=Q$(K)...DAA.| 00000410 01 72 13 20 51 24 28 49 2b 31 29 3d 4a 24 28 57 |.r. Q$(I+1)=J$(W| 00000420 29 20 0d 01 7c 14 20 41 24 28 49 2b 31 29 3d 4b |) ..|. A$(I+1)=K| 00000430 24 28 57 29 20 20 0d 01 7e 10 20 e7 49 3c 3e 30 |$(W) ..~. .I<>0| 00000440 8c e5 8d 74 50 41 0d 01 80 54 20 f1 8a 30 2c 31 |...tPA...T ..0,1| 00000450 34 29 3b 22 30 20 22 3b 51 24 28 31 29 3b 22 2e |4);"0 ";Q$(1);".| 00000460 22 3b 3a fb 20 43 32 3a f1 41 24 28 31 29 3b c4 |";:. C2:.A$(1);.| 00000470 33 35 2d a9 28 51 24 28 31 29 29 2d a9 28 41 24 |35-.(Q$(1))-.(A$| 00000480 28 31 29 29 2c 22 2e 22 29 3b 3a fb 43 31 3a f1 |(1)),".");:.C1:.| 00000490 bd 28 32 32 34 29 3a fb 43 33 0d 01 82 0b 20 e5 |.(224):.C3.... .| 000004a0 8d 74 78 41 20 0d 01 90 06 20 f4 0d 01 92 0d 20 |.txA .... ..... | 000004b0 59 3d 31 34 2b 49 2a 33 0d 01 94 08 20 58 3d 30 |Y=14+I*3.... X=0| 000004c0 0d 01 a4 13 20 4c 44 3d 33 37 2d a9 51 24 28 49 |.... LD=37-.Q$(I| 000004d0 2b 31 29 0d 01 ae 24 20 f1 8a 58 2c 59 29 3b 49 |+1)...$ ..X,Y);I| 000004e0 3b 22 20 22 3b 51 24 28 49 2b 31 29 3b c0 44 24 |;" ";Q$(I+1);.D$| 000004f0 2c 4c 44 29 3b 20 20 0d 01 b8 07 20 ed 49 0d 01 |,LD); .... .I..| 00000500 ba 09 20 57 4e 3d 30 0d 01 c2 0b 20 e3 49 3d 31 |.. WN=0.... .I=1| 00000510 b8 34 0d 01 c4 17 20 57 54 3d 30 3a 54 45 3d 54 |.4.... WT=0:TE=T| 00000520 45 2b 31 3a 49 24 3d 22 22 0d 01 cc 37 20 fb 20 |E+1:I$=""...7 . | 00000530 43 32 3a e7 49 3c 35 8c 20 f1 20 8a 30 2c 31 34 |C2:.I<5. . .0,14| 00000540 2b 49 2a 33 29 3b 49 3b 3a f1 8a a9 28 51 24 28 |+I*3);I;:...(Q$(| 00000550 49 2b 31 29 29 2b 33 2c 31 34 2b 49 2a 33 29 3b |I+1))+3,14+I*3);| 00000560 0d 01 ea 7e 20 49 31 24 3d bf 28 30 29 3a e7 20 |...~ I1$=.(0):. | 00000570 49 31 24 3d 22 3f 22 20 8c 20 f1 20 8a a9 28 51 |I1$="?" . . ..(Q| 00000580 24 28 49 2b 31 29 29 2b 33 2c 31 34 2b 49 2a 33 |$(I+1))+3,14+I*3| 00000590 29 3b 41 24 28 49 2b 31 29 3b c4 33 36 2d a9 28 |);A$(I+1);.36-.(| 000005a0 51 24 28 49 2b 31 29 29 2d a9 28 41 24 28 49 2b |Q$(I+1))-.(A$(I+| 000005b0 31 29 29 2c 22 2e 22 29 3b 22 20 22 3b 3a fb 20 |1)),".");" ";:. | 000005c0 43 32 3a 57 4e 3d 57 4e 2b 31 3a 57 25 28 57 4e |C2:WN=WN+1:W%(WN| 000005d0 29 3d 4e 25 28 49 29 3a e5 20 8d 44 4e 42 0d 01 |)=N%(I):. .DNB..| 000005e0 eb 7b 20 e7 20 57 54 3d 31 20 80 20 49 31 24 3c |.{ . WT=1 . I1$<| 000005f0 3e 22 22 20 8c 20 4c 49 3d 33 37 2d a9 28 51 24 |>"" . LI=37-.(Q$| 00000600 28 49 2b 31 29 29 3a 4c 41 3d a9 28 41 24 28 49 |(I+1)):LA=.(A$(I| 00000610 2b 31 29 29 3a fb 20 43 32 3a f1 20 c4 4c 49 2c |+1)):. C2:. .LI,| 00000620 22 2e 22 29 3b 22 20 22 3b c4 4c 49 2b 31 2c bd |".");" ";.LI+1,.| 00000630 28 38 29 29 3b bd 28 31 30 29 3b c4 4c 41 2c 22 |(8));.(10);.LA,"| 00000640 20 22 29 3b c4 4c 41 2c bd 28 38 29 29 3b bd 28 | ");.LA,.(8));.(| 00000650 31 31 29 3b 3a 57 54 3d 30 0d 01 ec 17 20 e7 91 |11);:WT=0.... ..| 00000660 3c 28 36 30 30 30 2b 54 54 29 8c e5 8d 64 7d 41 |<(6000+TT)...d}A| 00000670 0d 01 f4 09 20 58 50 3d b1 0d 01 f6 09 20 59 50 |.... XP=..... YP| 00000680 3d bc 0d 01 f8 08 20 fb 43 32 0d 01 fa 16 20 f1 |=..... .C2.... .| 00000690 8a 33 30 2c 31 29 3b 22 54 49 4d 45 20 55 50 22 |.30,1);"TIME UP"| 000006a0 0d 01 fb 09 20 fb 20 43 32 0d 01 fc 0e 20 f1 8a |.... . C2.... ..| 000006b0 58 50 2c 59 50 29 3b 0d 01 fd 13 20 e7 49 31 24 |XP,YP);.... .I1$| 000006c0 3c 3e 22 22 8c e5 8d 54 47 42 0d 01 fe 09 20 58 |<>""...TGB.... X| 000006d0 50 3d b1 0d 01 ff 09 20 59 50 3d bc 0d 02 00 3b |P=..... YP=....;| 000006e0 20 f1 8a 30 2c 31 29 3b c3 28 54 45 29 2b 22 29 | ..0,1);.(TE)+")| 000006f0 20 20 20 53 63 6f 72 65 20 22 2b c3 28 4d 4b 29 | Score "+.(MK)| 00000700 2b 22 20 20 20 22 2b c3 28 a8 28 91 2f 31 30 30 |+" "+.(.(./100| 00000710 29 29 2b 22 20 73 22 0d 02 01 0e 20 f1 8a 58 50 |))+" s".... ..XP| 00000720 2c 59 50 29 3b 0d 02 02 0a 20 e5 8d 64 6a 41 0d |,YP);.... ..djA.| 00000730 02 07 3a 20 e7 20 49 31 24 3d bd 28 31 33 29 20 |..: . I1$=.(13) | 00000740 84 20 a9 28 51 24 28 49 2b 31 29 29 2b a9 28 49 |. .(Q$(I+1))+.(I| 00000750 24 29 3e 33 37 20 84 20 49 31 24 3d bd 28 31 32 |$)>37 . I1$=.(12| 00000760 37 29 20 8c e5 8d 54 52 42 0d 02 08 10 20 58 50 |7) ...TRB.... XP| 00000770 3d b1 2b 31 3a 59 50 3d bc 0d 02 0a 0a 20 f1 49 |=.+1:YP=..... .I| 00000780 31 24 3b 0d 02 0b 3b 20 f1 8a 30 2c 31 29 3b c3 |1$;...; ..0,1);.| 00000790 28 54 45 29 2b 22 29 20 20 20 53 63 6f 72 65 20 |(TE)+") Score | 000007a0 22 2b c3 28 4d 4b 29 2b 22 20 20 20 22 2b c3 28 |"+.(MK)+" "+.(| 000007b0 a8 28 91 2f 31 30 30 29 29 2b 22 20 73 22 0d 02 |.(./100))+" s"..| 000007c0 0c 0e 20 f1 8a 58 50 2c 59 50 29 3b 0d 02 0d 3c |.. ..XP,YP);...<| 000007d0 20 e7 20 97 28 49 31 24 29 3c 3e 2d 31 20 8c 20 | . .(I1$)<>-1 . | 000007e0 49 24 3d 49 24 2b bd 28 97 28 49 31 24 29 84 26 |I$=I$+.(.(I1$).&| 000007f0 32 30 29 20 8b 20 49 24 3d 49 24 2b bd 28 97 28 |20) . I$=I$+.(.(| 00000800 49 31 29 2d 26 36 30 29 0d 02 0e 0b 20 e5 20 8d |I1)-&60).... . .| 00000810 64 6a 41 0d 02 12 21 20 e7 20 49 31 24 3c 3e bd |djA...! . I1$<>.| 00000820 28 31 32 37 29 20 84 20 49 24 3d 22 22 20 8c e5 |(127) . I$="" ..| 00000830 8d 54 5c 42 0d 02 14 14 20 49 24 3d c0 49 24 2c |.T\B.... I$=.I$,| 00000840 a9 28 49 24 29 2d 31 29 0d 02 16 0d 20 f1 bd 28 |.(I$)-1).... ..(| 00000850 31 32 37 29 3b 0d 02 18 0b 20 e5 20 8d 64 6a 41 |127);.... . .djA| 00000860 0d 02 1c 08 20 fb 43 31 0d 02 26 17 20 e7 49 24 |.... .C1..&. .I$| 00000870 3c 3e 41 24 28 49 2b 31 29 8c e5 8d 54 70 42 0d |<>A$(I+1)...TpB.| 00000880 02 28 10 20 f1 22 20 22 3b bd 28 32 32 34 29 0d |.(. ." ";.(224).| 00000890 02 2a 12 20 d4 31 2c 2d 31 35 2c 31 30 31 2c 31 |.*. .1,-15,101,1| 000008a0 30 0d 02 2c 0d 20 54 53 3d 54 53 2b 31 20 0d 02 |0..,. TS=TS+1 ..| 000008b0 30 16 20 e7 49 24 3d 41 24 28 49 2b 31 29 8c e5 |0. .I$=A$(I+1)..| 000008c0 8d 54 7a 42 0d 02 32 0a 20 f1 22 20 58 22 0d 02 |.TzB..2. ." X"..| 000008d0 34 10 d4 31 2c 2d 31 35 2c 37 33 2c 31 30 0d 02 |4..1,-15,73,10..| 000008e0 36 10 20 d4 31 2c 2d 31 35 2c 36 39 2c 35 0d 02 |6. .1,-15,69,5..| 000008f0 37 21 20 54 57 3d 54 57 2b 31 3a 57 4e 3d 57 4e |7! TW=TW+1:WN=WN| 00000900 2b 31 3a 57 25 28 57 4e 29 3d 4e 25 28 49 29 0d |+1:W%(WN)=N%(I).| 00000910 02 38 23 20 f1 8a 33 2b a9 28 51 24 28 49 2b 31 |.8# ..3+.(Q$(I+1| 00000920 29 29 2c 31 35 2b 49 2a 33 29 3b 41 24 28 49 2b |)),15+I*3);A$(I+| 00000930 31 29 0d 02 39 1b 20 57 54 3d 31 3a 49 24 3d 22 |1)..9. WT=1:I$="| 00000940 22 3a fb 20 43 32 3a e5 20 8d 64 4c 41 0d 02 3a |":. C2:. .dLA..:| 00000950 09 20 fb 20 43 32 0d 02 44 19 20 4d 4b 3d a8 28 |. . C2..D. MK=.(| 00000960 31 30 30 2a 54 53 2f 28 54 53 2b 54 57 29 29 0d |100*TS/(TS+TW)).| 00000970 02 4e 07 20 ed 49 0d 02 58 37 20 f1 8a 30 2c 32 |.N. .I..X7 ..0,2| 00000980 39 29 3b 22 41 70 70 75 79 65 72 20 73 75 72 20 |9);"Appuyer sur | 00000990 43 20 70 6f 75 72 20 63 6f 6e 74 69 6e 75 65 72 |C pour continuer| 000009a0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 22 3b 0d 02 62 |...........";..b| 000009b0 09 20 52 24 3d be 0d 02 64 1c 20 e7 52 24 3c 3e |. R$=...d. .R$<>| 000009c0 22 43 22 80 52 24 3c 3e 22 63 22 8c e5 8d 44 62 |"C".R$<>"c"...Db| 000009d0 42 20 0d 02 6c 0a 20 e5 8d 74 7e 40 0d 02 76 a5 |B ..l. ..t~@..v.| 000009e0 20 dc 20 6c 61 20 66 69 6c 6c 65 20 28 6a 6f 6c | . la fille (jol| 000009f0 69 29 2c 6c 61 20 6a 6f 6c 69 65 20 66 69 6c 6c |i),la jolie fill| 00000a00 65 2c 22 6c 65 20 67 61 72 ec 6f 6e 20 28 62 6f |e,"le gar.on (bo| 00000a10 6e 29 22 2c 22 6c 65 20 62 6f 6e 20 67 61 72 ec |n)","le bon gar.| 00000a20 6f 6e 22 2c 6c 61 20 64 61 6d 65 20 28 76 69 65 |on",la dame (vie| 00000a30 75 78 29 2c 6c 61 20 76 69 65 69 6c 6c 65 20 64 |ux),la vieille d| 00000a40 61 6d 65 2c 6c 61 20 74 61 62 6c 65 20 28 67 72 |ame,la table (gr| 00000a50 61 6e 64 29 2c 6c 61 20 67 72 61 6e 64 65 20 74 |and),la grande t| 00000a60 61 62 6c 65 2c 6c 61 20 72 6f 62 65 20 28 6e 65 |able,la robe (ne| 00000a70 75 66 29 2c 6c 61 20 72 6f 62 65 20 6e 65 75 76 |uf),la robe neuv| 00000a80 65 0d 02 80 4f 20 dc 20 22 6c 61 20 62 6f e7 74 |e...O . "la bo.t| 00000a90 65 20 28 62 6c 61 6e 63 29 22 2c 22 6c 61 20 62 |e (blanc)","la b| 00000aa0 6f e7 74 65 20 62 6c 61 6e 63 68 65 22 2c 6c 61 |o.te blanche",la| 00000ab0 20 70 61 67 65 20 28 6e 6f 75 76 65 61 75 29 2c | page (nouveau),| 00000ac0 6c 61 20 6e 6f 75 76 65 6c 6c 65 20 70 61 67 65 |la nouvelle page| 00000ad0 0d 02 8a b2 20 dc 20 6c 61 20 66 69 6c 6c 65 20 |.... . la fille | 00000ae0 28 6a 65 75 6e 65 29 2c 6c 61 20 6a 65 75 6e 65 |(jeune),la jeune| 00000af0 20 66 69 6c 6c 65 2c 22 6c 65 20 63 68 69 65 6e | fille,"le chien| 00000b00 20 28 6d e5 63 68 61 6e 74 29 22 2c 22 6c 65 20 | (m.chant)","le | 00000b10 6d e5 63 68 61 6e 74 20 63 68 69 65 6e 22 2c 6c |m.chant chien",l| 00000b20 65 73 20 63 72 61 79 6f 6e 73 20 28 67 72 69 73 |es crayons (gris| 00000b30 29 2c 6c 65 73 20 63 72 61 79 6f 6e 73 20 67 72 |),les crayons gr| 00000b40 69 73 2c 6c 61 20 6e 75 69 74 20 28 6e 6f 69 72 |is,la nuit (noir| 00000b50 29 2c 6c 61 20 6e 75 69 74 20 6e 6f 69 72 65 2c |),la nuit noire,| 00000b60 6c 65 73 20 67 61 6e 74 73 20 28 72 6f 75 67 65 |les gants (rouge| 00000b70 29 2c 6c 65 73 20 67 61 6e 74 73 20 72 6f 75 67 |),les gants roug| 00000b80 65 73 0d 02 94 d3 20 dc 20 6c 61 20 73 eb 75 72 |es.... . la s.ur| 00000b90 20 28 6a 61 6c 6f 75 78 29 2c 6c 61 20 73 eb 75 | (jaloux),la s.u| 00000ba0 72 20 6a 61 6c 6f 75 73 65 2c 6c 65 73 20 70 6f |r jalouse,les po| 00000bb0 69 73 20 28 70 65 74 69 74 29 2c 6c 65 73 20 70 |is (petit),les p| 00000bc0 65 74 69 74 73 20 70 6f 69 73 2c 6c 65 73 20 66 |etits pois,les f| 00000bd0 72 75 69 74 73 20 28 6a 61 75 6e 65 29 2c 6c 65 |ruits (jaune),le| 00000be0 73 20 66 72 75 69 74 73 20 6a 61 75 6e 65 73 2c |s fruits jaunes,| 00000bf0 6c 65 73 20 64 61 6d 65 73 20 28 62 65 61 75 29 |les dames (beau)| 00000c00 2c 6c 65 73 20 62 65 6c 6c 65 73 20 64 61 6d 65 |,les belles dame| 00000c10 73 2c 6c 61 20 70 69 65 72 72 65 20 28 73 65 63 |s,la pierre (sec| 00000c20 29 2c 6c 61 20 70 69 65 72 72 65 20 73 e6 63 68 |),la pierre s.ch| 00000c30 65 2c 6c 65 73 20 66 69 6c 6c 65 73 20 28 6a 6f |e,les filles (jo| 00000c40 6c 69 29 2c 6c 65 73 20 6a 6f 6c 69 65 73 20 66 |li),les jolies f| 00000c50 69 6c 6c 65 73 0d 02 9e 55 20 dc 20 6c 65 73 20 |illes...U . les | 00000c60 66 69 6c 6c 65 73 20 28 62 6f 6e 29 2c 6c 65 73 |filles (bon),les| 00000c70 20 62 6f 6e 6e 65 73 20 66 69 6c 6c 65 73 2c 6c | bonnes filles,l| 00000c80 61 20 66 65 6d 6d 65 20 28 70 72 65 6d 69 65 72 |a femme (premier| 00000c90 29 2c 22 6c 61 20 70 72 65 6d 69 e6 72 65 20 66 |),"la premi.re f| 00000ca0 65 6d 6d 65 22 2c 2a 2c 2a 20 0d ff |emme",*,* ..| 00000cac