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.
This section contains the following subsections:
Library Code Reference: Debug
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 contains trigger handlers for basic math operations, addition, subtraction, multiplication and division.
Library Code Reference: Math
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
Library Code Reference: StringOperations
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