initializeConsoleLibrary

Initializes the console library. This is called by Interpreter.initializeStdlib. The console functions are stored in the "console" global variable and are accessed such as "console.log". Documentation for these functions can be found at https://pillager86.github.io/dmildew/console.html

void
initializeConsoleLibrary

Parameters

interpreter Interpreter

The Interpreter object for which to load the namespace and functions.

Meta