26 lines
488 B
Plaintext
26 lines
488 B
Plaintext
![]() |
\b;Instrukcja \c;break\n;
|
|||
|
Sk<EFBFBD>adnia:
|
|||
|
\s;\c;while ( warunek )
|
|||
|
\s;{
|
|||
|
\s; break;
|
|||
|
\s;}
|
|||
|
\n;
|
|||
|
Instrukcja break ko<6B>czy wykonywanie p<>tli \c;\l;while\u cbot\while;\n; lub \c;\l;for\u cbot\for;\n;.
|
|||
|
|
|||
|
Oto przyk<79>ad:
|
|||
|
\s;\c;int i = 0;
|
|||
|
\s;while ( true )
|
|||
|
\s;{
|
|||
|
\s; \n;Instrukcje ...\c;
|
|||
|
\s; i = i+1;
|
|||
|
\s; if ( i >= 10 )
|
|||
|
\s; {
|
|||
|
\s; break;
|
|||
|
\s; }
|
|||
|
\s; \n;wi<77>cej instrukcji ...\c;
|
|||
|
\s;}
|
|||
|
\n;
|
|||
|
|
|||
|
\t;Zobacz r<>wnie<69>
|
|||
|
\l;Programowanie\u cbot;, \l;typy\u cbot\type; i \l;kategorie\u cbot\category;.
|