‼
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
(
en )
Last modification : 2013/01/26 19:16
Index
/
Recent changes
/
News
/
Forum
/
Download
/
Contact
Edit (
Help
) /
Rename
/
History
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}
Password :
Wiki utilisant
PumaWiki 1.0
2025/05/09 15:05 -- en -- 3.144.252.197