对于函数调用,必须提供圆括号。
让我们从圆括号的最里面开始。
自动完成大括号、圆括号和缩进。
分组是由圆括号内的一组字符指定的。
Groupings are specified by a group of characters within parentheses.
它们被包围在圆括号中并由逗号分隔。
圆括号中的信息用于创建这个新对象。
The information inside the parentheses is used for creating the new object.
函数及其参数通过圆括号组织在一起。
The function and its arguments are organized together by surrounding them with parentheses.
圆括号是用来传函数的,输入或参数的。
The parentheses to pass in inputs or arguments to functions.
可以使用圆括号组织算式,参见清单6。
And you can use parentheses to group calculations together, as shown in Listing 6.
圆括号里面的东西,只是一个函数的输入。
It's just an input to a function, the thing inside parentheses.
圆括号用作分组操作符。
现在通过忽略圆括号,代码变得更清晰了。
Now by omitting parenthesis, the code can become a little clearer as shown below.
没有圆括号的命名参数。
只需要把绿色版块换成一对圆括号就可以了。
使用圆括号()运行子shell,见图2。
To run a subshell, use the parentheses (), as shown in Figure 2.
从语法上来说,子查询被包含在圆括号中.
Syntactically, subqueries are enclosed within parentheses. For example, the following SELECT statement contains a simple subquery in its WHERE clause
但它不使用方括号和圆括号,而是使用尖括号。
But instead of brackets or parentheses, you use curly braces.
圆括号让语句在一个子 shell 中执行。
The parentheses effectively execute the statements in a subshell.
命令中带圆括号的部分称为subshell。
圆括号内是空的,表示了这种方法不包含任何参数。
The parentheses are empty, which indicates that the method takes no arguments.
组是正则表达式中的子模式,它们包含在圆括号中。
Groups are subpatterns in the regular expression that are surrounded by parenthesis.
参数类型列于圆括号中,在最后列出了返回值的类型。
The types of the parameters of the method are listed inside of the parentheses, and the type of the return value is listed at the end.
GAS使用圆括号间接引用同样的值:(var1)。
GAS USES a circular brace to dereference the same value: (var1).
列表使用方括号,而不是圆括号(),如清单10所示。
Instead of parentheses (), you use square brackets, as shown in Listing 10.
注意方括号(不是圆括号)中需要组成一个匿名列表引用。
Note the brackets (not parentheses), which are required to compose an anonymous list reference.
这个规则包含两个子模式(即匹配组),它们包围在圆括号中。
The rule contains two subpatterns, or match groups, enclosed by parenthesis.
您可能想知道如果省略了构造函数调用中的圆括号将会发生什么。
You might be wondering what happens if you omit the parentheses from the constructor call.
这种表示法把abap字符串、字符变量或表变量放在圆括号中。
Do this by putting an ABAP string, character variable, or table variable in parentheses.
圆括号中的字符串是资源的XML文件路径和xml元素的ID。
The string in the parentheses is the XML file path of the resource and the ID of the XML element.
提取这个语句的最简单的方式是从最内层的圆括号开始,向外构建。
The simplest way to extract this statement is to start from the innermost parentheses and build outwards.
应用推荐