I have removed the deprecation - it was my misunderstanding of something Roger wrote.

The gerund form would be, in simplest form,

2 4 [`0:`]} 3 2$0

With a table, you could refer to the first row by any of the following forms:

0

or

<0

or

<0;<a:

or

<0;0 1


Henry Rich



On 12/27/2016 2:04 PM, Don Guinn wrote:
I looked in the original vocabulary and it talked about gerunds and I
confess I got lost. Your link to nuvoc is much clearer. And it said that
this use of } has been depreciated. Then I tried applying the expression in
pieces as described.

    z=.2 4(0 1"1)3 2$0
    2 4 z} 3 2$0
2 4
2 4
0 0
    z
0 1
0 1
0 1
    2 4(0 1"1)}3 2$0
2 4
0 0
0 0

Not the same result.

Maybe my applying the description in nuvoc literally was a mistake. Still
confused.



On Tue, Dec 27, 2016 at 10:56 AM, Henry Rich <[email protected]> wrote:

It's in the Dictionary.  Also in NuVoc:

http://code.jsoftware.com/wiki/Vocabulary/curlyrtu#dyadic

Henry Rich


On 12/27/2016 12:41 PM, Don Guinn wrote:

I'm not really sure how to interpret your second example either. But (0
1"1) is a verb, where (0 1) is a noun. The dictionary doesn't say what
happens if the selection for amend is a verb.

On Tue, Dec 27, 2016 at 10:26 AM, David Koppenhoefer <
[email protected]> wrote:

Hi,
I want to replace items in a matrix like this:
     2 4 (0 1)} 3 2 $ 0
2 4
2 4
0 0

but when using u} the following happens:
     2 4 (0 1"_)} 3 2 $ 0
2 4
0 0
0 0

why is there a difference? Judging from the
vocabulary example of u}, there is some method
to it, but I haven't understood it yet.

Help greatly appreciated! (I'm stuck in
aoc day 9 because of this problem)

David
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
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