There is some stupid syntax, like curly braces and semicolons, that initially is kind of annoying because you have to remember where all this goes.
有一些愚蠢的语法,像花括号和分号,一开始是有点烦人的,因为你必须记住所有的这些要放到哪里。
So we don't need the curly braces.
所以我们不需要那个花括号。
大卫:花括号。
Are scopes defined by curly braces or by functions?
范围是由花括号定义的还是函数定义的?
Are — is scope defined by curly braces or by functions?
范围是由花括号定义的还是函数定义的?
The class body is inside the outer most curly braces {…}.
类的主体被概括在最外面的大括号中 {...}
The curly braces to encapsulate one or more lines of code.
花括号压缩了一行或多行代码。
Everything inside of the curly braces is the code I am writing.
所有在大括号里面的代码都由我们自己编写。
where the method body is the contents of the curly braces.
表示闭包,其中方法的主体就是花括号中的内容。
Curly braces indicate an object, and brackets indicate an array.
花括号表示对象,方括号表示数组。
But instead of brackets or parentheses, you use curly braces.
但它不使用方括号和圆括号,而是使用尖括号。
It is a single expression, so no extra curly braces are needed.
它是一个单一表达式,所以不需要额外的花括号。
Inside the curly braces is this program's code, what am I doing?
在花括号里是这个程序的代码,我在做什么?
The declaration block is surrounded by curly braces and made up of declarations.
声明块放在大括号中,由声明组成。
The curly braces ensure that everything is logically clustered where it should be.
花括号确保了,逻辑上是聚集在一起的,它本来也应该这样。
Use curly braces () to enclose a list of commands to run in the current shell.
将命令列表用大括号()括起来,以在当前Shell中运行。
Absolutely, by functions, but you can also create local scope with curly braces.
绝对的,是由函数定义的,但是你也可以用花括号来创建局部范围。
The curly braces () indicate a hash table, which is a set of name and value pairs.
大括号()则表明这是一个散列表,该散列表由一组名称和值对组成。
You can also supply arrays of values to annotation variables, through curly braces.
还可以通过花括号为注释变量提供值数组。
Why is the code after receive enclosed in curly braces ({…}) and not parentheses ((…))?
为什么在receive 后面的代码被包含在大括号{}中而不是小括号()呢?
So I actually don't need the curly braces because I only have a single line of code.
所以我实际上不需要那个花括号,因为我只有一行代码。
A hash is expressed as a set of attributes delimited by commas between curly braces.
hash被表示为使用逗号间隔的一组属性,并且使用大括号括起。
The foreach command runs the script shown in curly braces for each file encountered.
foreach命令对每个文件执行大括号里面的脚本。
You create a dictionary in Vimscript by using curly braces around a list of key/value pairs.
您可以通过在键/值对列表上加花括号来创建一个字典。
Compound statements are statements that contain lists of statements enclosed in (curly braces).
复合语句是被包含在(大括号)的语句序列。
If a method body has more than one expression, you must surround it with curly braces {...}.
如果一个方法的主体包含多于一个的表达式,你必须用大括号来把它们包起来。
The steps that the method performs are listed between the curly braces and are called statements.
花括号中列出的方法执行的一系列步骤叫做语句。
A JSON object is simply a series of comma-separated name: value pairs wrapped in curly braces.
JSON对象是一系列以逗号分隔的name:value对,最外面有一对花括号。
This method isn't very useful because you can do the same thing directly by using curly braces.
这个方法其实用处不大,因为可以使用花括号完成相同的任务。
Most of the time, you’ll prefer using curly braces when you have more than one filter, assignment, etc.
大部分时间里,你会在有一个以上过滤器,赋值的时候倾向使用大括号。
应用推荐