Neutrome SDK reference
    Preparing search index...

    Variable OpcodeConst

    Opcode: typeof Opcode = SchemaOpcode

    The instruction set every program is built from.

    Exported as both a value and a type: use Opcode.MSG_START to write instructions and Opcode to type them.

    const instruction = { opcode: Opcode.TXT_CHUNK, value: { kind: "string", value: "hi" } };