compileScript

compiles a script from string[] to bytecode (in NaFunction[]).

script is the script to compile functions is an array containing data about a function in Function[] errors is the array to which errors will be appended

string[]
compileScript

Return Value

Type: string[]

ByteCode class with the compiled byte code. or null if errors.length > 0

Meta