braces

중괄호

빈도: 4.21.1 백만 단어당

Refers to the symbols { and }.

{ 와 } 기호를 나타냅니다.

카테고리:

예문 (10)

braces = 중괄호 ({ 와 } 기호를 나타냅니다.)

  • In JSON format, objects are enclosed in braces.JSON 형식에서 객체는 중괄호로 묶입니다.
  • The body of a function in C++ must be wrapped in braces.C++에서 함수 본문은 중괄호로 감싸야 합니다.
  • In set theory, the elements of a set are listed within a pair of braces.집합론에서 집합의 원소는 한 쌍의 중괄호 안에 나열됩니다.
  • To define a code block, you need to use opening and closing braces.코드 블록을 정의하려면 여는 중괄호와 닫는 중괄호를 사용해야 합니다.
  • Are you sure all the braces are correctly matched in your code?코드의 모든 중괄호가 올바르게 짝을 이루고 있는지 확실합니까?
  • She listed the three options in braces to distinguish them from the main text.그녀는 본문과 구별하기 위해 세 가지 옵션을 중괄호 안에 나열했습니다.
  • JavaScript objects are collections of key-value pairs contained within braces.자바스크립트 객체는 중괄호 안에 포함된 키-값 쌍의 모음입니다.
  • Use braces to indicate placeholder text that the user must replace.사용자가 교체해야 하는 자리 표시자 텍스트를 나타내려면 중괄호를 사용하십시오.
  • I spent an hour debugging my code only to find a missing pair of braces.코드를 디버깅하는 데 한 시간을 보냈는데, 결국 빠진 중괄호 한 쌍을 발견했을 뿐입니다.
  • For the next exercise, you will define a dictionary using braces.다음 연습에서는 중괄호를 사용하여 사전을 정의할 것입니다.