Neutrome SDK reference
    Preparing search index...

    Function removeRange

    • Removes an inclusive range of instructions.

      Parameters

      • program: Program

        Program to edit.

      • start: number

        First index to remove.

      • end: number

        Last index to remove, inclusive.

      Returns Program

      A new program; the input is left untouched.