Initial release

This commit is contained in:
unknown
2015-10-19 14:27:31 +04:00
commit 32f28094bf
644 changed files with 94529 additions and 0 deletions

18
hlp/fr/tcl/break.htm Normal file
View File

@@ -0,0 +1,18 @@
<HTML><HEAD>
<BASEFONT FACE="Times New Roman" SIZE="2" COLOR="#000000">
</HEAD>
<BODY>
<div><H3><b>break&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Commandes Internes Tcl</b></H3></div>
<HR ALIGN="center">
<div><b>NOM</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;">break <20> Sort d'une commande de boucle
</div><br>
<div><b>SYNTAXE</b></div><br>
<div ALIGN="LEFT" style="margin-left: 51px;"><b>break</b>
</div> <br>
<div><b>DESCRIPTION</b></div><br>
<div>Cette commande est habituellement appel<65>e dans le corps d'une commande de boucle tel que <A HREF="115.htm"><b>for</b></A> ou <A HREF="116.htm"><b>foreach</b></A> ou <A HREF="181.htm"><b>while</b></A>. Elle renvoie un code TCL_BREAK, qui cause une exception break. L'exception cause l'arr<72>t du script courant <20> l'int<6E>rieur de la commande de boucle, qui cesse alors son ex<65>cution et retourne normalement. Les exceptions break sont aussi g<>r<EFBFBD>es dans quelques autres cas, tels que la commande <A HREF="94.htm"><b>catch</b></A>, les <i>bindings</i> d'<27>v<EFBFBD>nement Tk, et les scripts externes des corps de fonction.</div>
<br>
<br><div ALIGN="CENTER"><A HREF="index.htm"><b>Index</b></A>&nbsp;&nbsp;<A HREF="91.htm"><b>Pr<EFBFBD>c<EFBFBD>dent</b></A>&nbsp;&nbsp;<A HREF="93.htm"><b>Suivant</b></A>
</div>
</BODY></HTML>