The fastest to find example here would be parsing of numbers in the
original dictionary parsing example:

https://www.jsoftware.com/help/dictionary/d332.htm

Here, when parsing '1 2 3', each time a space is encountered, the word
is "terminated" and the subsequent 4 actions extend the word. (And in
this particular example, there's a final implicit termination at the
end of the string.)

I hope this helps,

-- 
Raul

On Thu, Jan 12, 2023 at 6:14 PM Pawel Jakubas <jakubas.pa...@gmail.com> wrote:
>
> Thanks Raul for the solution! Wow!
>
> Could you please share some illustrative example of action code 4 and 5,
> especially useful in contrast to one word actions?
>
> Kindest regards,
> Pawel
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to