delete

From The K Language Wiki
Revision as of 03:14, 9 July 2022 by Promovicz (talk | contribs) ("Add all appropriate categories to each verb")
Delete
x_a

The delete primitive deletes the element at a specific index in an array.

 "abcde"_2
"abde"

 (1 2 3;,6;"abC";"def")_0
(,6
 "abC"
 "def")