(tu12.txt)
This continues the discussion of verb "x. boot y."
Each verb record is a nested segmented string.
The layout of the string is:
* name (0) * verb-type (1) * filing-date (2) * subs (3) * j-code (4)
Nested in subs (substring 3) is a string that contains:
* Local nouns (0) * Global nouns (1) * Subverbs (2)
Nested in J-code (substring 4) is data that allows retrieval of code/comments
using subverb "codecom" Name codecom = short for code combinations.
To pull data out of substrings the verb pullsg is used once for each level 
of nesting.
2 pullsg 3 pullsg ; will provide the sub verb names used by "boot".
s2m 4 pullsg ; generates the j=code matrix using s2m (string to matrix)
which together with type provides the info to construct a script for verb asc2j.
See verb "type" for the definitions of 5 verb-type classifications.

The next text will allow you to execute a demonstration sample.

