6.1.1:Types of Chunks

チャンクのタイプ

The common types of chunk are the
character, word, line, or any section – item – delimited by a character you specify. In addition, the token chunk is useful when parsing script data.

チャンクの基本形式は、キャラクタ(character)、ワード(word)、行(line)それとアイテム(item)[指定したキャラクタで区切られたある部分]です。更に付け加えると、象徴チャンク(トークン・チャンク)がスクリプト・データの解析には有効です。

Here is an example of a chunk expression using the
word chunk:

次に示すのは、ワード・チャンクを使ったチャンクの例です:

put word 1 to 3 of field "text" into myVariable