NaBytecode.load

Loads bytecode. Discards any existing bytecode

  1. string[] load(Statement[] statements)
  2. string[] load(string[] statementStrings)
    class NaBytecode
    string[]
    load
    ()

Return Value

Type: string[]

[] if done without errors. error descriptions if there were errors

Meta