This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
PoleCalcul
/
tutoriaux_calculco
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
e4d72f369c
Rami (Branch)
Tag
master
tutoriaux_ca...
/
checkpoint
/
compteur.m
compteur.m
84 B
Cronologia
Originale
1
2
3
4
5
6
7
i=1;
max=60;
while i < max
fprintf(" i = %d \n",i);
i = i + 1;
pause(10);
end