ok icon indicating copy to clipboard operation
ok copied to clipboard

bug with a[,1]:,1 ?

Open tangentstorm opened this issue 4 years ago • 2 comments

in ngn:

  a:!10; a[,2]:,50; a
0 1 50 3 4 5 6 7 8 9

in oK:

   a:!10; a[,2]:,50; a
(0
 1
 ,50
 3
 4
 5
 6
 7
 8
 9)

tangentstorm avatar Oct 04 '21 02:10 tangentstorm

ngn/k's behavior is also consistent with k3.

JohnEarnest avatar Oct 04 '21 02:10 JohnEarnest

is this being worked on? I'd like to solve it.

razetime avatar Feb 27 '22 06:02 razetime