The value in parentheses is called an argument and tells the println method what it should display .
括号中间的内容被称为参数,用来告知println方法显示什么信息。
I 'm using groovy 's syntactic sugar to execute a code block , which is to place a set of parentheses adjacent to the code block 's variable .
我使用groovy的语法糖来执行代码块,做法是把一对括号放在代码块变量的边上。
To indicate a method call in java , you write the name of the method , followed by a list of expressions enclosed in parentheses .
在java中指明方法调用,你写下这个方法的名字,后面跟上用括号括起来的表达式列表。
Some people like to prefix with an exclamation point or a semicolon , rather than wrapping the whole thing in parentheses .
而有些人喜欢把感叹号(!)或分号(;)作为前缀,而不把整个东西放进括号中。
We wrote our software in a weird ai language , with a bizarre syntax full of parentheses .
我们用一个怪异的人工智能语言写软件,语法难看,充斥着括号。
The actual query enclosed within parentheses , containing a particular media feature ( max-device-width ) to inspect , followed by the target value ( 480px ) .
The parentheses around the entire function expression aren 't necessary for the code to run , but are generally used as a signal to other developers that this is an iife , not a standard function .
So , asking for the size of a sequence is fine without parentheses , but defining a method that transforms the elements in the sequence should be written with parentheses .
So , the function definition in listing 1 is nothing but a list ( marked with parentheses ) , holding a vector ( marked with square brackets ) and another list .