NaBytecode.addInstruction

appends an instruction

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

Return Value

Type: bool

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

Meta