Click or drag to resize

Default Libraries

[This is preliminary documentation and is subject to change.]

Monkeyspeak has some default libraries for basic things like file io and creating variables or making timers.

Default Libraries

This section contains the following subsections:

Debug Library

Library Code Reference: Debug

Sys Library

Sys library or System library has operating system specific trigger handlers and trigger handlers relating to the Monkeyspeak library, such as loading libraries or assigning variables.

Library Code Reference: Sys

Math Library

Math library contains trigger handlers for basic math operations, addition, subtraction, multiplication and division.

Library Code Reference: Math

IO Library

IO library or Input/Output library has file io operations like writing to a file, reading a file and checking if a file exists.

Library Code Reference: IO

String Operations Library

Library Code Reference: StringOperations

Timers Library

Timers library has trigger handlers for creating threaded timers. It is the only library that has a automatically triggered Cause trigger that is executed every time a Timer goes off.

Library Code Reference: Timers