括号对 meaning in English
bracket pair
Examples
- The text within a pair of braces is evaluated as an expression
大括号对中的文本按表达式进行求值。 - In assembler programming , one or more operation represented by a combination of terms and paired parentheses
汇编程序设计中,用项和括号对的组合所代表的一个或多个操作。 - If a bracket is in the clause , the bracket characters should be escaped in brackets for example or
如果子句中有中括号,那么中括号字符应用中括号对其进行转义(例如[ [ ]或[ ] ] ) 。 - The process of evaluation is similar to calculating by hand : while the expression contains parentheses , the subexpression inside the deepest nested pair of parentheses is evaluated
求值过程类似于手工计算:如果表达式中包含括号,先求嵌套最深的括号对中的子表达式的值。 - The selector and initial brace are positioned on the same line , declarations are indented on subsequent lines , and the closing brace is aligned with the matching opening brace , as shown
选择器和左大括号位于同一行上,声明在后续行上缩进,右大括号和相应的左大括号对,如下所示。