In addition to assigning values to variables, the PARSE instruction also
allows any message term value that can be used on the left side of an assignment
instruction (See Section 1.13, “Assignments and Symbols”).
For example:
Example 9.5. Parse with Message Terms Assignments
string="1 one two 3 4"a=.Array~newd=.Directory~newparsevarstringna[n]a[n+1]d~threed~four-- a[1] = one-- a[2] = two-- d~three = 3-- d~four = 4