Par exemple ça:
Code:tour=1 victoire = %F S=round(7*rand(1,4)+1) M=[] A=[] while (victoire == %F) & (tour<13) victoire = (M==S) if (victoire == %F) M=input('entrer une proposition') if size(M)~=[1,4] then disp('mauvais format') else if (M==S) disp('Gagné') else i=1 while (i<5) j=1 while (j<5) if M(i)==S(j) then if i==j then A=[A,11] else A=[A,10] end end end j=j+1 end i=i+1 end end A end tour=tour + 1 end if M~=S then disp('Perdu') end
-----