mildew.stdlib

Modules

console
module mildew.stdlib.console

This module implements functions for the "console" namespace in the scripting language

date
module mildew.stdlib.date

Bindings for the script Date class. This module contains both the D class definition and the script bindings.

global
module mildew.stdlib.global

This module implements script functions that are stored in the global namespace such as parseInt and isdefined. isdefined takes a string as an argument, and returns true if a variable with that name is defined anywhere on the stack.

math
module mildew.stdlib.math

This module implements functions for the "Math" namespace in the scripting language