Place these list variables using %{<list-variable>}.
使用 %{} 设置这些列表变量。
2
Specify your structure and the listvariable within your structure, which is used internally to dereference back to the container.
指定您的结构和结构之内的列表变量,后者用于在内部取消引用,返回容器。
3
In this case, that regex is constructed by or 'ing together all of the words specified in the script's s: words listvariable (that is: join (s: words, '\ |')).
在本例中,正则表达式的构建方式是对脚本s: words list变量中指定的所有单词执行or运算(即join (s: words,' \ | '))。