NaBytecode.append

Adds a statement at end of existing bytecode

  1. bool append(Statement statement, string error)
  2. bool append(Statement statement)
  3. bool append(string statementStr, string error)
    class NaBytecode
    bool
    append
    (,
    ref string error
    )
  4. bool append(string statementStr)

Return Value

Type: bool

true if no errors, false if not done due to errors

Meta