Until_Do_Done
(
fr )
Dernière modification : 2013/01/26 19:17
Index
/
Changements récents
/
Informations
/
Forum
/
Télécharger
/
Contact
Éditer (
Aide
) /
Renommer
/
Historique
After the [while loop|?page=While_Do_Done&zone=en] there is the '''until''' loop. The syntax is:{until {[} ''expr'' {]} do ''command'' done}The ''command'' is executed since the ''expr'' is false.{msh> i=0 msh> until {[} $i -gt 10 {]} ; do print $i ; (( i++ )) ; done 0 1 2 3 4 5 6 7 8 9 10}
Mot de passe :
Wiki utilisant
PumaWiki 1.0
2025/06/27 21:45 -- fr -- 216.73.216.175