Jour 3 : Programme de l'Avent TI-83 Premium CE
Posted: 03 Dec 2016, 11:23
Soudain, le bâtiment s'éclaire comme si quelqu'un venait d'appuyer sur le bouton !
- Code: Select all
EnrBDG BDG0
ZDécimal
AxesNAff
FoncNAff
QuadNAff
GraphNAff
40Xmax→Xmax
40Ymax→Ymax
0→Xmin
0→Ymin
ArrPlanAff NOIR
CouleurBord 1
EffDess
131→Y
77→L
9→X
For(I,0,Y,2
Ligne(X,I,L,I,BLEU MRN,2
End
For(I,16,Y,16
Ligne(X,I,L,I,GRIS FON,1
For(J,14,4,2
Ligne(X+7,I+J,X+14,I+J,ORANGE,2
End
Pt-Aff(X+12,I-10,GRIS,1
End
While non(getKey
End
ArrPlanNAff
RappelBDG BDG0
DelVar BDG0