execute

fun execute(ok: PlainEngine.Compiled.Ok, scope: ScriptScope, parentLoader: ClassLoader): Any?

Run a compiled snippet and hand back its result: the script body IS the class constructor, so constructing it runs it.