1·This mode is often used for global variable access, branching, and subroutine calls.
这种模式通常用于全局变量访问、分支以及子程序调用。
2·Let's take a look at the subroutine and describe how it works.
让我们来看一看这个子程序并了解一下其工作原理。
3·Recall that the fields are delimited by ##, and the subroutine above puts all of the fields for one record into the delRecs array.
字段都是用 ## 分隔的,并且上面的子程序将把一条记录的所有字段放入 delRecs 数组中。
4·The stack region is used for subroutine return addresses, as well as to store automatic data.
stack区域用于子程序返回地址,也用于存储自动数据。
5·Once the keyword and display parameter hash has been built, we can move on to our simple keyword matching subroutine: matchWords.
构建了关键字和显示参数散列之后,接下来我们可以查看简单的关键字匹配子程序:matchWords。