‼
To give you the best experience, this site uses cookies. Continuing to use
9bis.net
means you agree to our use of cookies.
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/05/09 09:01 -- fr -- 18.224.202.121