Interpreter.initializeStdlib

Initializes the Mildew standard library, such as Object, Math, and console namespaces. This is optional and is not called by the constructor. For a script to use these methods this must be called first.

class Interpreter
void
initializeStdlib
()

Meta