| ASCII table |
A table with numbers from 0 to 255 with their decimal, hexadecimal, binary and ASCII formats. |
| Default library |
The default GS9 library, including common functions like println, etc. |
| Strings library |
The strings library offers various functions to work with strings. |
| Tables library |
The tables library offers various functions to work with table. |
| Files library |
The files library offers functions to access and write or read from files. |
| Memory library |
The memory library offers direct access to memory. |
| Math library |
The math library includes mathematical functions to work with numbers. |
| System library |
The system librarie includes some specific functions like launching applications or popping message boxes. |