Şunu aradınız:: break (Korece - İngilizce)

İnsan katkıları

Profesyonel çevirmenler, işletmeler, web sayfaları ve erişimin serbest olduğu çeviri havuzlarından.

Çeviri ekle

Korece

İngilizce

Bilgi

Korece

break.

İngilizce

these lists are neither exhaustive or complete.

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Korece

page break

İngilizce

page break

Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 1
Kalite:

Korece

break 는 for 나, while, switch 에서 빠져 나가는 명령이다.

İngilizce

control structures

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Korece

break 에는 숫자 옵션을 줄 수 있는데, 이것은 한번에 빠져 나갈 제어 구조의 수를 의미한다.

İngilizce

break accepts an optional numeric argument which tells it how many nested enclosing structures are to be broken out of.

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Korece

continue 도 숫자 옵션을 줄 수 있는데, 이것도 break 에서와 같이 한번에 처음으로 갈 제어 구조의 수를 의미한다.

İngilizce

continue accepts an optional numeric argument which tells it how many levels of enclosing loops it should skip to the end of.

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Korece

str 문자열을 width 매개변수의 지정된 길이만큼(선택적) 랩핑한다. 줄은 break 매개변수(선택적)에 의해 분리된다.

İngilizce

returns a string with str wrapped at the column number specified by the (optional) width parameter.

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Korece

switch 문은 문장 단위로 실행된다. switch 에 있는 평가식과 일치하는 case 문을 찾아 그 이후부터 switch 블럭이 끝날 때의 모든 문장을 실행한다. 따라서 원하는 경우 break 로 실행을 중지시킬 필요가 있다. 다음 예를 보자.:

İngilizce

it is important to understand how the switch statement is executed in order to avoid mistakes.

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Korece

각 평가식은 비워둘 수 있다. expr2 가 비어있으면 무한 루프를 뜻한다. (php는 c와 같이 비어있으면 true 로 인식한다.) 이건 별로 좋은 방법이 아니지만, 종종 이렇게 사용하고 break 를 사용하여 종료하는 방법도 있다.

İngilizce

this may not be as useless as you might think, since often you 'd want to end the loop using a conditional break statement instead of using the for truth expression.

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Korece

advanced c users may be familiar with a different usage of the do..while loop, to allow stopping execution in the middle of code blocks, by encapsulating them with do..while (0), and using the break statement. the following code fragment demonstrates this:

İngilizce

do {if ($i 5) {print "i is not big enough"; break;} $i *= $factor; if ($i $minimum_limit) {break;} print "i is ok"; ...process i...} while(0);

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Uyarı: Görünmez HTML biçimlendirmesi içeriyor

Daha iyi çeviri için
7,781,342,724 insan katkısından yararlanın

Kullanıcılar yardım istiyor:



Deneyiminizi iyileştirmek için çerezleri kullanıyoruz. Bu siteyi ziyaret etmeye devam ederek çerezleri kullanmamızı kabul etmiş oluyorsunuz. Daha fazla bilgi edinin. Tamam