| 1. | Use the go to definition command to navigate to the procedure for a method or a variable definition 使用“转到定义”命令可定位到方法或变量定义的过程。 |
| 2. | A variable definition line has the name of the variable , the equal sign , and the value of the variable 一个变量定义中有变量的名称、等号( = )和变量的值。 |
| 3. | You can impose a scope by adding your own sets of curly braces around variable definitions 可以通过在变量定义两侧添加您自己的一对花括号( { . . . } )来强加一个作用域。 |
| 4. | Go to definition command navigates to the procedure for a local class declaration , method , or a variable definition “转到定义”命令定位到局部类声明、方法或变量定义的过程。 |
| 5. | The following instructions show you how to find your local class declarations , methods , or variable definitions using the go to definition command 下列说明演示了如何使用“转到定义”命令查找局部类声明、方法或变量定义。 |
| 6. | While this script may look significantly more complicated than the earlier version , it really only contains four or five key additional lines ; the rest of the additions are either comments or environment variable definitions 虽然该脚本看起来比以前的版本复杂得多,但它实际上只添加了四个或五个关键行;其余添加的行不是注释就是环境变量定义。 |
| 7. | In addition , since we are not defining our variables explicitly , adding new variable definitions to our boilerplate won t affect its calling conventions , so new features can be added without having to create a whole new function 另外,因为没有显式地定义变量,在样板中添加新的变量定义不会影响它的调用约定,所以可以添加新的特性,而不必创建全新的函数。 |