代码从 113行开始到 118 结束。
例如,基于C的语言使用分号(;)来指示代码行的结束。
For example, C-based languages use a semicolon (;) to indicate the end of a line of code.
举个典型的例子,1.5版前,在字符串中,当函数调用的结束括号另起一行时,代码颜色显示会不正确。
A typical example is that prior to version 1.5, the code coloring was incorrect for a function-call inside a string when the closing bracket was placed on a new line.
如果你将你的代码设置地非常好看,拥有许多的缩进,你有没有检查在每行的结束之后,行分隔符之前,有没有任何标签代码?
If you have set your code to look pretty with lots of indents, have you checked to see if there are any TAB codes at the end of the line before the line break?
正如所有开发人员都知道的,包含较短函数的、简洁的、组织良好的代码基数(code base)要比非常长的、似乎不会结束的1000行函数容易使用得多。
As all developers are well aware, a neat well-organized code base with smaller functions is much easier to work with than very long 1000 line functions that seem to go on and on.
将脚本调整到清单7所示的样子。新代码在第4行以创建NotesStream对象开始,在第8行以结束该对象结束。
Adjust the script to read as shown in listing 7. The new code starts on line 4 with the creation of a NotesStream object and ends on line 8 with the closing of that object.
在表达式开始的同一行上为其提供匹配的结束代码。
Provide the matching end for the expression on the same line as it starts.
在代码的第三行中,我们使用一个无限循环来结束。
在代码的第三行中,我们使用一个无限循环来结束。
应用推荐