Element - Ȧ - Assign
Characters:
Ȧ
Description
The equivalent of a[b] = c
Overloads
any-num-any-a but item b (0-indexed) is set to c
Examples
⟨1|2|3|4⟩ 1 0 Ȧ=⟨1|0|3|4⟩`Hello ` 5 `, World!` Ȧ=`Hello, World!`69320 2 4 Ȧ=⟨6|9|4|2|0⟩⟨1|2|3|4⟩ -1 5 Ȧ=⟨1|2|3|5⟩⟨1|2|3|4⟩ -2 5 Ȧ=⟨1|2|5|4⟩⟨1|2|3|4⟩ -5 5 Ȧ=⟨5|1|2|3|4⟩⟨⟩ ⟨1|2⟩ 2 Ȧ=⟨0|2|2⟩