braces

中括弧

頻度: 4.21.1 100万語あたり

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.彼女は本文と区別するために、3つの選択肢を波括弧で囲んでリストしました。
  • JavaScript objects are collections of key-value pairs contained within braces.JavaScriptのオブジェクトは、波括弧内に含まれるキーと値のペアのコレクションです。
  • 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.1時間コードをデバッグして、結局見つかったのは見失った一対の波括弧だけでした。
  • For the next exercise, you will define a dictionary using braces.次の演習では、波括弧を使用して辞書を定義します。