NaBytecode.addInstruction

appends an instruction

  1. bool addInstruction(string instName, string argument, string error)
    class NaBytecode
    bool
    addInstruction
    (
    string instName
    ,
    string argument
    ,
    ref string error
    )
  2. bool addInstruction(string instName, string argument)

Return Value

Type: bool

true if successful, false if not (writes error in error)

Meta