Executed by KonsolScript Runtime's event-manager everytime screen is being updated.
Try changing render to something (ex, foobar) and the program will not display rendering.
function main() { //do nothing } function render() { Konsol:Log("rendering...") }
todo: fix links