Double Acute Accent (˝)

𝔽˝ 𝕩: Insert

→full documentation

Fold over cells of 𝕩 with 𝔽 from end to start, that is, insert 𝔽 between the major cells of 𝕩.

↗️
    a  33  9

    +˝ a
⟨ 9 12 15 ⟩

    012 + 345 + 678
⟨ 9 12 15 ⟩

𝕨 𝔽˝ 𝕩: Insert With Initial

→full documentation

Monadic insert, but use 𝕨 as initial right argument.

↗️
    b  33  9

    111 +˝ b
⟨ 10 13 16 ⟩

    1 +˝ b
⟨ 10 13 16 ⟩

    012 + 345 + 678 + 111
⟨ 10 13 16 ⟩