eval

Evals a string input. includes creating the target file, compiling it, loading it, exectuing it and unloading it. Paramter: input = the input to compile tmpname = name for the temp. script object Return: true on success, false on compiler or loading errors

bool
eval
(
string input
,
string tmpname = "evaltmp"
,
bool buildDebug = true
,
string[] compilerFlags = []
)

Meta