klyn.Application.compile
method
public static native compile(code as String) throws SyntaxError, TypeError, Exception
DescriptionCompiles a Klyn script provided as a string.
<p>
This is intended as the programmatic entry point for automation (including tests).
</p>
code = "x as Int = 1"
Application.compile(code)