ok icon indicating copy to clipboard operation
ok copied to clipboard

bug in dmend?

Open tangentstorm opened this issue 3 years ago • 2 comments

In ngn/k:

  d:(,`k)!,!10; d[`k;2 3]: 100; d
(,`k)!,0 1 100 100 4 5 6 7 8 9

in oK:

  d:(,`k)!,!10; d[`k;2 3]: 100; d
(`k;2;3)!100 100 100

I think ngn/k has the right idea here.

tangentstorm avatar Oct 02 '21 19:10 tangentstorm

interestingly, the behavior seems to work correctly when +: is used.

tangentstorm avatar Oct 02 '21 19:10 tangentstorm

No, the behavior does not work correctly with +:.

JohnEarnest avatar Oct 02 '21 20:10 JohnEarnest