Splice: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 July 2022

4 January 2022

  • curprev 05:2505:25, 4 January 2022Razetime talk contribs 530 bytes +530 Created page with "{{primitive|?[x;(s;e);z]|in=K5,K6}} '''Splice''' is a special form of the <code>?</code> verb which takes 3 arguments. * <code>x</code> is the array to be modified. * <code>(s;e)</code> is a two element array indicating start index and end index * <code>z</code> is the replacement array. In ngn/k, splice removes the portion of the array <code>x</code> from <code>s</code> to <code>e</code>, exclusive of <code>e</code> and inserts <code>z</code> in that place. <pre> ?[..." Tag: Visual edit: Switched